Skip to content

Commit

Permalink
Upgrade pip before installing additional packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
abcminiuser committed Dec 4, 2022
1 parent 9b79447 commit 4f327f8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ RUN apk add --no-cache bash make
# Development Tools
RUN apk add --no-cache gcc musl-dev libffi-dev openssl-dev

# PIP Upgrade
RUN pip install --upgrade pip

# Packaging Tools
RUN pip install --upgrade setuptools wheel twine

Expand Down

0 comments on commit 4f327f8

Please sign in to comment.