Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
# Conflicts:
#	Dockerfile
  • Loading branch information
mcdonnnj committed Feb 11, 2023
2 parents 228cc91 + 1f63a52 commit 1e84595
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,16 @@ RUN apk --no-cache --quiet add ${DEPS}
# slightly longer install times.
###
<<<<<<< HEAD
<<<<<<< HEAD
RUN pip3 install --no-cache-dir --upgrade \
pip==21.3.1 \
setuptools==60.5.0 \
wheel==0.37.1
=======
RUN pip install --no-cache-dir --upgrade \
=======
RUN pip3 install --no-cache-dir --upgrade \
>>>>>>> 1f63a5218995bb146a2ff786b96f219b7e16f20a
pip \
setuptools \
wheel
Expand Down

0 comments on commit 1e84595

Please sign in to comment.