Skip to content

Commit

Permalink
Remove pip and setuptools (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattclay authored May 18, 2024
1 parent fec2f8d commit 6139f2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ COPY files/pip/*.txt /tmp/setup/

RUN python -m venv /root/devpi/
RUN /root/devpi/bin/pip install -r /tmp/setup/requirements.txt -c /tmp/setup/constraints.txt --disable-pip-version-check
RUN cd /root/devpi/lib/python*/site-packages/ && rm -rf pip pip-* setuptools setuptools-*

FROM base as output

Expand Down

0 comments on commit 6139f2e

Please sign in to comment.