We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ff146b commit 42ee952Copy full SHA for 42ee952
Dockerfile
@@ -19,4 +19,5 @@ RUN /vcpkg/bootstrap-vcpkg.sh
19
ENV VCPKG_INSTALLATION_ROOT=/vcpkg
20
21
FROM vcpkg_setup AS final
22
-RUN pip3 install cmakelang
+RUN python -m ensurepip --upgrade
23
+RUN pip install cmakelang
0 commit comments