diff --git a/Dockerfile b/Dockerfile index efc9c60..da68805 100644 --- a/Dockerfile +++ b/Dockerfile @@ -44,6 +44,11 @@ RUN rm -R /opt/conda/bin/postgres* RUN find /opt/conda/pkgs/future* -name "*.pem" -delete || true RUN find /opt/conda/lib/python3.10/site-packages/future -name "*.pem" -delete || true RUN find /opt/conda -name "*test.key" -delete || true +RUN find /opt/conda/ -name 'test.key' -delete || true +RUN find /opt/conda/ -name 'localhost.key' -delete || true +RUN find /opt/conda/ -name 'server.pem' -delete || true +RUN find /opt/conda/ -name 'client.pem' -delete || true +RUN find /opt/conda/ -name 'password_protected.pem' -delete || true # ------------------------- # USER cyano