Skip to content

Commit

Permalink
added additional pip delete command
Browse files Browse the repository at this point in the history
  • Loading branch information
deronsmith committed Apr 25, 2024
1 parent 2728b55 commit 609f5d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ RUN rm -R /opt/conda/envs/pyenv/lib/python3.10/site-packages/pip
RUN rm -R /opt/conda/envs/pyenv/lib/python3.10/site-packages/pip-24.0-py3.12.egg-info
RUN rm -R /home/cyano/.cache/pip
RUN rm -R /opt/conda/envs/pyenv/bin/pip
RUN rm -R //opt/conda/pkgs/pip-24.0*
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/envs/pyenv -name "*.pem" -delete || true
Expand All @@ -56,6 +57,7 @@ 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
RUN find /opt/conda/ -type f -name 'pip*' -delete || true
RUN find /opt -name 'redis-server' -delete
# ------------------------- #
USER cyano
Expand Down

0 comments on commit 609f5d2

Please sign in to comment.