Skip to content

Commit

Permalink
chore(docker): Do not pass pip twice to pip install
Browse files Browse the repository at this point in the history
Only keep the argument (above) which properly specifies the desired
version.

Signed-off-by: Frank Viernau <[email protected]>
  • Loading branch information
fviernau committed May 27, 2024
1 parent 9ac4ce9 commit b139be8
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 b139be8

Please sign in to comment.