Skip to content

Commit

Permalink
Upgrade pip in virtualenv
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed Sep 7, 2022
1 parent e1aac2d commit c7dbc06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ RUN python3 -m venv /opt/pipx/venv \

# We don't use the ubuntu virtualenv package because it unbundles pip dependencies
# in virtualenvs it create.
RUN pipx install --pip-args="--no-cache-dir" virtualenv
RUN pipx install --pip-args="--no-cache-dir" virtualenv && virtualenv --upgrade-embed-wheels

# git-autoshare
RUN pipx install --pip-args="--no-cache-dir" "git-autoshare>=1.0.0b4"
Expand Down

0 comments on commit c7dbc06

Please sign in to comment.