Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files Browse the repository at this point in the history
mcdonnnj committed Feb 11, 2023
2 parents 2fb04fc + 1f63a52 commit a70f1a4
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
@@ -71,7 +71,7 @@ ENV PATH="${PY_VENV}/bin:$PATH"
# 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

0 comments on commit a70f1a4

Please sign in to comment.