We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2eac261 commit 1f85e01Copy full SHA for 1f85e01
1 file changed
images/alpha.Dockerfile
@@ -17,6 +17,9 @@ ARG VERSION=dev
17
18
ARG BUILD_TIME=dev
19
20
+# Install git for GIT tests
21
+RUN apk add --no-cache git
22
+
23
COPY . /go/src/github.com/mokapi
24
25
WORKDIR /go/src/github.com/mokapi
0 commit comments