diff --git a/Dockerfile b/Dockerfile index f746116..742d835 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ ARG version="0.1" ARG repo="git.makerforce.io/cacti/he-dns-editor" # dependencies -RUN apk add --no-cache ca-certificates +RUN apk add --no-cache ca-certificates git # source WORKDIR $GOPATH/src/${repo}