Skip to content

Commit

Permalink
chore(docker): Do not run pip install pip ... twice
Browse files Browse the repository at this point in the history
There is another `pip install pip` call directly above, which properly
specifies the desired version.

Signed-off-by: Frank Viernau <frank_viernau@epam.com>
  • Loading branch information
fviernau authored and sschuberth committed May 27, 2024
1 parent d22d659 commit 5f034b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ RUN pip install --no-cache-dir -U \
&& pip install --no-cache-dir -U \
Mercurial \
conan=="$CONAN_VERSION" \
pip \
pipenv=="$PYTHON_PIPENV_VERSION" \
poetry=="$PYTHON_POETRY_VERSION" \
python-inspector=="$PYTHON_INSPECTOR_VERSION"
Expand Down

0 comments on commit 5f034b4

Please sign in to comment.