Update Dockerfile

This commit is contained in:
Teddysun 2020-09-20 14:24:14 +09:00
parent aafe3d5d03
commit 5b452663cb
No known key found for this signature in database
GPG Key ID: 09BD4C080AD6C46D
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ RUN set -ex \
&& chmod +x /root/caddy.sh \
&& /root/caddy.sh \
&& rm -fv /root/caddy.sh \
&& caddy version
&& caddy -version
# set up nsswitch.conf for Go's "netgo" implementation
# see: https://github.com/docker-library/golang/blob/1eb096131592bcbc90aa3b97471811c798a93573/1.14/alpine3.12/Dockerfile#L9

View File

@ -16,7 +16,7 @@ RUN set -ex \
&& chmod +x /root/caddy.sh \
&& /root/caddy.sh "${TARGETPLATFORM}" \
&& rm -fv /root/caddy.sh \
&& caddy version
&& caddy -version
# set up nsswitch.conf for Go's "netgo" implementation
# see: https://github.com/docker-library/golang/blob/1eb096131592bcbc90aa3b97471811c798a93573/1.14/alpine3.12/Dockerfile#L9