We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 265529f commit 61c656dCopy full SHA for 61c656d
.azure-pipelines/docker/Dockerfile.devel
@@ -36,7 +36,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends --fix-missing \
36
37
RUN ln -sf $(which python3) /usr/bin/python
38
39
-RUN python -m pip install pip==24.0
+RUN python -m pip install pip packaging --upgrade
40
RUN python -m pip install --no-cache-dir setuptools
41
42
RUN pip list
0 commit comments