更新 Dockerfile
This commit is contained in:
parent
7c3cdfafce
commit
27418b7006
@ -31,7 +31,7 @@ ENV LANG="C.UTF-8" \
|
|||||||
WORKDIR "/app"
|
WORKDIR "/app"
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& apt-get -y install musl-dev nginx \
|
&& apt-get -y install musl-dev nginx gettext-base \
|
||||||
&& mkdir -p /etc/nginx \
|
&& mkdir -p /etc/nginx \
|
||||||
&& cp -f nginx.conf /etc/nginx/nginx.template.conf \
|
&& cp -f nginx.conf /etc/nginx/nginx.template.conf \
|
||||||
&& pip install -r requirements.txt \
|
&& pip install -r requirements.txt \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user