Update Dockerfile
fixed zope error
This commit is contained in:
parent
81f51f9e2d
commit
0f8d121bf8
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ COPY docker/rootfs /
|
|||
RUN rm -rf /etc/services.d/frontend /etc/nginx/conf.d/dev.conf \
|
||||
&& chmod 644 /etc/logrotate.d/nginx-proxy-manager \
|
||||
&& pip uninstall --yes setuptools \
|
||||
&& pip install --no-cache-dir "setuptools==58.0.0"
|
||||
&& pip install --no-cache-dir "setuptools==58.0.0" zope
|
||||
|
||||
VOLUME [ "/data", "/etc/letsencrypt" ]
|
||||
ENTRYPOINT [ "/init" ]
|
||||
|
|
|
|||
Loading…
Reference in a new issue