From 80fc83bd87366c7111641a66733c52e2438ab11d Mon Sep 17 00:00:00 2001 From: jay817 Date: Tue, 27 Aug 2024 01:36:58 -0400 Subject: [PATCH] Update pip/README.md --- pip/README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/pip/README.md b/pip/README.md index 69c9be3..b6953d2 100644 --- a/pip/README.md +++ b/pip/README.md @@ -1,9 +1,8 @@ - ```Dockerfile FROM alpine:latest -RUN apk add --no-cache tini py-pip curl gcc -RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y -ENV PATH="/root/.cargo/bin:${PATH}" -RUN PIP_BREAK_SYSTEM_PACKAGES=1 pip install mitmproxy +ENV PIP_BREAK_SYSTEM_PACKAGES=1 +RUN apk add --no-cache tini py-pip + +RUN pip install -U pip ``` \ No newline at end of file