From ad91583863ebe9fdffb5d54982c3e4e5301ace71 Mon Sep 17 00:00:00 2001 From: tcely Date: Sun, 25 May 2025 02:01:08 -0400 Subject: [PATCH] Ensure that we can use `pip` later --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 96aade0a..c15ec235 100644 --- a/Dockerfile +++ b/Dockerfile @@ -343,6 +343,7 @@ RUN --mount=type=cache,id=apt-lib-cache-${TARGETARCH},sharing=private,target=/va pkgconf \ python3 \ python3-libsass \ + python3-pip-whl \ python3-socks \ curl \ less \