1
0
Fork 0

Add git
continuous-integration/drone/push Build is passing Details

master
Ambrose Chua 2019-02-16 20:40:56 +08:00
parent 345d50ed51
commit cf59cb4902
1 changed files with 1 additions and 1 deletions

View File

@ -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}