Skip to content

Commit

Permalink
container: Upgrade pip before twine
Browse files Browse the repository at this point in the history
Signed-off-by: John Andersen <johnandersenpdx@gmail.com>
  • Loading branch information
pdxjohnny committed Aug 25, 2021
1 parent 38390a4 commit 8245579
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ RUN apt-get update && \
# Install and upgrade
# pip and setuptools, which are used to install other packages
# twine, which is used to upload released packages to PyPi
RUN python -m pip install --upgrade pip setuptools twine
RUN python -m pip install --upgrade pip setuptools wheel
RUN python -m pip install --upgrade twine

# ========================== END GLOBAL DEPENDENCIES =========================

Expand Down

0 comments on commit 8245579

Please sign in to comment.