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