summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-05-20 11:13:35 +0300
committerValery Piashchynski <[email protected]>2020-05-20 11:13:35 +0300
commitc51104bc7bc369e6e4dacc985ccb7dbf6b626ef6 (patch)
tree76bfe7524046a9db860fa98a22f10c1715a84520 /Dockerfile
parent950b1ecbded8a21aca3eca68b8c6728dec2cca4d (diff)
fix test failings
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 833707b7..c857515f 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -5,7 +5,8 @@ COPY . /src
WORKDIR /src
RUN set -x \
- && apk add --no-cache bash git \
+ && apt-get update -y \
+ && apt-get install -y bash git \
&& go version \
&& bash ./build.sh \
&& test -f ./.rr.yaml