From 430a5f21cfbb1660ba986cec3e5d2469feb11790 Mon Sep 17 00:00:00 2001 From: zuohuadong Date: Fri, 2 Jun 2017 13:53:13 +0800 Subject: [PATCH] git key to pull code git key to pull code --- caddy/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/caddy/Dockerfile b/caddy/Dockerfile index b10a9f52..f183fbc9 100644 --- a/caddy/Dockerfile +++ b/caddy/Dockerfile @@ -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 - \