Skip to content

Commit 42ee952

Browse files
authored
Update Dockerfile
1 parent 2ff146b commit 42ee952

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ RUN /vcpkg/bootstrap-vcpkg.sh
1919
ENV VCPKG_INSTALLATION_ROOT=/vcpkg
2020

2121
FROM vcpkg_setup AS final
22-
RUN pip3 install cmakelang
22+
RUN python -m ensurepip --upgrade
23+
RUN pip install cmakelang

0 commit comments

Comments
 (0)