mirror of
https://github.com/Luzifer/3dmodels.git
synced 2024-12-23 02:41:19 +00:00
10 lines
166 B
Text
10 lines
166 B
Text
FROM node:10-alpine
|
|
|
|
RUN set -ex \
|
|
&& apk --no-cache add \
|
|
build-base \
|
|
python \
|
|
&& yarn global add @jscad/cli
|
|
|
|
ENTRYPOINT ["openjscad"]
|
|
CMD ["--help"]
|