1
0
Fork 0
mirror of https://github.com/Luzifer/3dmodels.git synced 2024-10-18 21:14:25 +00:00
3dmodels/ci/Dockerfile.compile

11 lines
171 B
Text
Raw Normal View History

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