更新 Dockerfile

This commit is contained in:
jxxghp 2023-07-22 22:34:59 +08:00 committed by GitHub
parent 7c3cdfafce
commit 27418b7006
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ ENV LANG="C.UTF-8" \
WORKDIR "/app"
COPY . .
RUN apt-get update \
&& apt-get -y install musl-dev nginx \
&& apt-get -y install musl-dev nginx gettext-base \
&& mkdir -p /etc/nginx \
&& cp -f nginx.conf /etc/nginx/nginx.template.conf \
&& pip install -r requirements.txt \