fix 安装wget命令

This commit is contained in:
thsrite 2023-08-05 19:36:24 +08:00
parent b92154071b
commit d81fc641eb

View File

@ -40,6 +40,7 @@ RUN apt-get update \
procps \ procps \
gosu \ gosu \
bash \ bash \
wget \
&& mkdir -p /etc/nginx ${HOME} \ && mkdir -p /etc/nginx ${HOME} \
&& cp -f nginx.conf /etc/nginx/nginx.template.conf \ && cp -f nginx.conf /etc/nginx/nginx.template.conf \
&& mv ./public / \ && mv ./public / \