From 8fa779bb32766286e925c7dfc57221d8dfb04f8b Mon Sep 17 00:00:00 2001 From: Jeremy Wright Date: Thu, 24 Jun 2021 10:09:19 -0400 Subject: [PATCH] Updated Dockerfile for newer version of CadQuery and cq-cli --- app/api/src/docker/cadquery/Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/api/src/docker/cadquery/Dockerfile b/app/api/src/docker/cadquery/Dockerfile index d44bb13..015698a 100644 --- a/app/api/src/docker/cadquery/Dockerfile +++ b/app/api/src/docker/cadquery/Dockerfile @@ -36,7 +36,9 @@ RUN npm install # Get the distribution copy of cq-cli -RUN wget https://github.com/CadQuery/cq-cli/releases/download/v2.1.0/cq-cli-Linux-x86_64.zip +RUN wget https://github.com/CadQuery/cq-cli/releases/download/v2.2-beta.1/cq-cli-Linux-x86_64.zip +# Comment the entry above out and uncomment the one below to revert to the stable release +# RUN wget https://github.com/CadQuery/cq-cli/releases/download/v2.1.0/cq-cli-Linux-x86_64.zip RUN unzip cq-cli-Linux-x86_64.zip RUN chmod +x cq-cli/cq-cli