diff options
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ COPY . /src WORKDIR /src RUN set -x \ - && apk add --no-cache bash \ + && apk add --no-cache bash git \ && go version \ && bash ./build.sh \ && ./rr -v \ |