Skip to content

Commit

Permalink
Comment out ensurepip
Browse files Browse the repository at this point in the history
  • Loading branch information
jari-hodju committed Aug 10, 2023
1 parent ee4027c commit 913c68e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/px_uploader.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 913c68e

Please sign in to comment.