We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd7a4cb commit 5052df7Copy full SHA for 5052df7
Dockerfile
@@ -38,7 +38,7 @@ RUN /proxy/venv/bin/pip install --no-compile --no-cache-dir \
38
rm -rf /var/cache/apk/* && \
39
rm -rf /root/.cache/ && \
40
/proxy/venv/bin/pip uninstall -y wheel setuptools pip && \
41
- pip uninstall -y wheel setuptools pip
+ /usr/local/bin/pip uninstall -y wheel setuptools pip
42
43
FROM python:3.11-alpine
44
COPY --from=builder /README.md /README.md
0 commit comments