Skip to content

Commit 0aa7c23

Browse files
authored
Update Dockerfile
1 parent a75730f commit 0aa7c23

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,6 @@ FROM clang_setup AS vcpkg_setup
1717
RUN git clone https://github.com/Microsoft/vcpkg.git /vcpkg
1818
RUN /vcpkg/bootstrap-vcpkg.sh
1919
ENV VCPKG_INSTALLATION_ROOT=/vcpkg
20+
21+
FROM vcpkg_setup AS final
22+
RUN pip install cmakelang

0 commit comments

Comments
 (0)