We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a75730f commit 0aa7c23Copy full SHA for 0aa7c23
Dockerfile
@@ -17,3 +17,6 @@ FROM clang_setup AS vcpkg_setup
17
RUN git clone https://github.com/Microsoft/vcpkg.git /vcpkg
18
RUN /vcpkg/bootstrap-vcpkg.sh
19
ENV VCPKG_INSTALLATION_ROOT=/vcpkg
20
+
21
+FROM vcpkg_setup AS final
22
+RUN pip install cmakelang
0 commit comments