summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
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