incorporate upstream changes.

This commit is contained in:
Eric Pfeiffer
2016-07-19 22:01:20 -05:00
parent 9b084433c3
commit 9e7a669d5b
2 changed files with 4 additions and 2 deletions

View File

@ -3,7 +3,9 @@ MAINTAINER Eric Pfeiffer <computerfr33k@users.noreply.github.com>
LABEL caddy_version="0.9.0" architecture="amd64"
RUN apk add --update openssh-client tar curl
RUN apk update \
&& apk upgrade \
&& apk add tar curl
RUN curl --silent --show-error --fail --location \
--header "Accept: application/tar+gzip, application/x-gzip, application/octet-stream" -o - \