Skip to content

Commit a917643

Browse files
committed
chore(docker): Do not run pip install pip ... twice
There is another `pip install pip` call directly above, which properly specifies the desired version. Signed-off-by: Frank Viernau <[email protected]>
1 parent 633667a commit a917643

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@ RUN pip install --no-cache-dir -U \
159159
&& pip install --no-cache-dir -U \
160160
Mercurial \
161161
conan=="$CONAN_VERSION" \
162-
pip \
163162
pipenv=="$PYTHON_PIPENV_VERSION" \
164163
poetry=="$PYTHON_POETRY_VERSION" \
165164
python-inspector=="$PYTHON_INSPECTOR_VERSION"

0 commit comments

Comments
 (0)