We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 953faea commit b346e6aCopy full SHA for b346e6a
docker/Dockerfile
@@ -54,6 +54,9 @@ COPY --from=testca /home/step/certs/root_ca.crt /etc/ssl/certs/NginxProxyManager
54
RUN rm -rf /etc/s6-overlay/s6-rc.d/user/contents.d/frontend /etc/nginx/conf.d/dev.conf \
55
&& chmod 644 /etc/logrotate.d/nginx-proxy-manager
56
57
+RUN apt purge -y gcc make git
58
+RUN apt autoremove -y
59
+
60
VOLUME [ "/data" ]
61
ENTRYPOINT [ "/init" ]
62
0 commit comments