Merge pull request #992 from zuohuadong/patch-3

git key  to pull code
This commit is contained in:
Mahmoud Zalt 2017-06-07 09:42:47 +03:00 committed by GitHub
commit 26ee54a4ad
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 - \