git key to pull code

git key  to pull code
This commit is contained in:
zuohuadong 2017-06-02 13:53:13 +08:00 committed by GitHub
parent 18b6c1b907
commit 430a5f21cf
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ LABEL caddy_version="$caddy_version" architecture="amd64"
RUN apk update \
&& apk upgrade \
&& apk add tar curl git
&& apk add tar curl git openssh
RUN curl --silent --show-error --fail --location \
--header "Accept: application/tar+gzip, application/x-gzip, application/octet-stream" -o - \