Skip to content

Commit

Permalink
wheel it too
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinavsingh committed May 15, 2024
1 parent e9a2a05 commit ed8c5d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ RUN /proxy/venv/bin/pip install --no-compile --no-cache-dir \
find . -type d -name '__pycache__' | xargs rm -rf && \
rm -rf /var/cache/apk/* && \
rm -rf /root/.cache/ && \
/proxy/venv/bin/pip uninstall -y pip && \
pip uninstall -y setuptools pip
/proxy/venv/bin/pip uninstall -y wheel setuptools pip && \
pip uninstall -y wheel setuptools pip

FROM python:3.11-alpine
COPY --from=builder /README.md /README.md
Expand Down

0 comments on commit ed8c5d5

Please sign in to comment.