Update Dockerfile

fixed zope error
This commit is contained in:
invisprints 2023-03-27 22:37:39 +08:00 committed by GitHub
parent 81f51f9e2d
commit 0f8d121bf8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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" ]