diff --git a/Tools/px_uploader.Dockerfile b/Tools/px_uploader.Dockerfile index 4d3907ce778a..4b06a76a2c62 100644 --- a/Tools/px_uploader.Dockerfile +++ b/Tools/px_uploader.Dockerfile @@ -20,7 +20,7 @@ FROM alpine:edge # Swapped python:alpine image to alpine image, need to set up python first. ENV PYTHONUNBUFFERED=1 RUN apk add --update --no-cache python3 && ln -sf python3 /usr/bin/python -RUN python3 -m ensurepip +# RUN python3 -m ensurepip --upgrade RUN pip3 install --no-cache --upgrade pip setuptools WORKDIR /firmware