Merge pull request #1181 from zuohuadong/patch-9

use caddy in Apache-2.0
This commit is contained in:
Mahmoud Zalt 2017-10-14 22:33:43 +03:00 committed by GitHub
commit a5c505bf28

View File

@ -1,22 +1,17 @@
FROM alpine:3.5 FROM golang
MAINTAINER Eric Pfeiffer <computerfr33k@users.noreply.github.com> MAINTAINER Huadong Zuo <admin@zuohuadong.cn>
ENV caddy_version=0.10.5 ARG plugins="git"
ARG plugins=http.git
LABEL caddy_version="$caddy_version" architecture="amd64" ## If you come frome china, please ues it.
RUN apk update \ # RUN echo "172.217.6.127 golang.org" >> /etc/hosts
&& apk upgrade \
&& apk add --no-cache openssh-client git tar curl
RUN curl --silent --show-error --fail --location \ RUN go get github.com/abiosoft/caddyplug/caddyplug \
--header "Accept: application/tar+gzip, application/x-gzip, application/octet-stream" -o - \ && caddyplug install-caddy \
"https://caddyserver.com/download/linux/amd64?plugins=${plugins}" \ && caddyplug install git
| tar --no-same-owner -C /usr/bin/ -xz caddy \ RUN caddy --version
&& mv /usr/bin/caddy /usr/bin/caddy \
&& chmod 0755 /usr/bin/caddy
EXPOSE 80 443 2015 EXPOSE 80 443 2015