Update pip/README.md

This commit is contained in:
2024-08-27 01:36:58 -04:00
parent 9e16d17add
commit 80fc83bd87

View File

@@ -1,9 +1,8 @@
```Dockerfile ```Dockerfile
FROM alpine:latest FROM alpine:latest
RUN apk add --no-cache tini py-pip curl gcc ENV PIP_BREAK_SYSTEM_PACKAGES=1
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y RUN apk add --no-cache tini py-pip
ENV PATH="/root/.cargo/bin:${PATH}"
RUN PIP_BREAK_SYSTEM_PACKAGES=1 pip install mitmproxy RUN pip install -U pip
``` ```