diff --git a/docker/images/runners/Dockerfile b/docker/images/runners/Dockerfile index f20523010f1..ffe1de723ed 100644 --- a/docker/images/runners/Dockerfile +++ b/docker/images/runners/Dockerfile @@ -130,6 +130,8 @@ COPY --from=node-alpine /usr/local/bin/node /usr/local/bin/node # libstdc++ is required by Node # libc6-compat is required by task-runner-launcher RUN apk add --no-cache ca-certificates tini libstdc++ libc6-compat && \ + apk upgrade --no-cache && \ + pip install --no-cache-dir "pip>=26.0" && \ apk del apk-tools # Bring corepack and pnpm over, to make the image easier to extend