Skip to content

Commit

Permalink
Merge pull request #154 from cisagov/improvement/update_pip3
Browse files Browse the repository at this point in the history
Specify pip3 in the file where it got blown away by a rebase
  • Loading branch information
jmorrowomni authored Feb 11, 2023
2 parents 75482de + 7aab074 commit 1f63a52
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 @@ -63,7 +63,7 @@ RUN apk --no-cache --quiet add ${DEPS}
# cache. This results in a smaller final image, at the cost of
# slightly longer install times.
###
RUN pip install --no-cache-dir --upgrade \
RUN pip3 install --no-cache-dir --upgrade \
pip \
setuptools \
wheel
Expand Down

0 comments on commit 1f63a52

Please sign in to comment.