Skip to content

Commit 5052df7

Browse files
committed
Full path cleanup
1 parent cd7a4cb commit 5052df7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ RUN /proxy/venv/bin/pip install --no-compile --no-cache-dir \
3838
rm -rf /var/cache/apk/* && \
3939
rm -rf /root/.cache/ && \
4040
/proxy/venv/bin/pip uninstall -y wheel setuptools pip && \
41-
pip uninstall -y wheel setuptools pip
41+
/usr/local/bin/pip uninstall -y wheel setuptools pip
4242

4343
FROM python:3.11-alpine
4444
COPY --from=builder /README.md /README.md

0 commit comments

Comments
 (0)