Template
1
0
mirror of https://github.com/aminya/setup-cpp synced 2024-11-30 21:22:30 +08:00
setup-cpp/building/docker/linux.dockerfile
2021-09-18 08:35:41 -05:00

5 lines
170 B
Docker

#### Creating the container
FROM node:12-buster
ADD "./dist/" "/"
WORKDIR "/"
RUN node ./setup_cpp.js --compiler llvm --cmake true --ninja true --ccache true --conan true