1
0
Fork 0
mirror of https://github.com/Luzifer/3dmodels.git synced 2024-10-18 13:14:18 +00:00
3dmodels/ci/Dockerfile.compile
2020-01-03 15:19:33 +01:00

10 lines
171 B
Text

FROM node:10-alpine
RUN set -ex \
&& apk --no-cache add \
build-base \
python \
&& npm install --global @jscad/cli
ENTRYPOINT ["openjscad"]
CMD ["--help"]