diff options
author | Valery Piashchynski <[email protected]> | 2020-05-20 11:13:35 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-05-20 11:13:35 +0300 |
commit | c51104bc7bc369e6e4dacc985ccb7dbf6b626ef6 (patch) | |
tree | 76bfe7524046a9db860fa98a22f10c1715a84520 /Dockerfile | |
parent | 950b1ecbded8a21aca3eca68b8c6728dec2cca4d (diff) |
fix test failings
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |