Skip to content

Commit

Permalink
pip completely removed
Browse files Browse the repository at this point in the history
  • Loading branch information
deronsmith committed Apr 25, 2024
1 parent 8af4301 commit 2728b55
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 @@ -45,6 +45,8 @@ RUN rm -R /opt/conda/pkgs/postgres*
#RUN rm -R /opt/conda/bin/postgres*
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 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 Down

0 comments on commit 2728b55

Please sign in to comment.