Update Dockerfile

This commit is contained in:
Teddysun
2020-09-20 14:24:14 +09:00
parent aafe3d5d03
commit 5b452663cb
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