summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorParamtamtam <[email protected]>2019-12-18 12:31:36 +0500
committerParamtamtam <[email protected]>2019-12-18 12:31:36 +0500
commit3f7d8bc007a4efdd48bb16253c2686006f0f9cda (patch)
tree3138e9536ba1f36a4401be87084c3298ea6894b7 /Dockerfile
parentb75bd95f9d56cf28780dbde7cc10e3698be54fe7 (diff)
Git installing added into dockerfile (for golang 1.13 this actions was not required)
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 84170111..4ea56dc3 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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 \