mirror of
https://github.com/Luzifer/3dmodels.git
synced 2024-12-22 18:31:19 +00:00
Fix: NPM denies work, use YARN
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
e568e00102
commit
4d1cc477d5
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ RUN set -ex \
|
|||
&& apk --no-cache add \
|
||||
build-base \
|
||||
python \
|
||||
&& npm install --global @jscad/cli
|
||||
&& yarn global add @jscad/cli
|
||||
|
||||
ENTRYPOINT ["openjscad"]
|
||||
CMD ["--help"]
|
||||
|
|
Loading…
Reference in a new issue