Rough changes to make the CadQuery integration work with the customizer

This commit is contained in:
Jeremy Wright
2021-10-07 14:46:57 -04:00
parent 32d6ef27ad
commit 0a13b7aea7
4 changed files with 20 additions and 6 deletions

View File

@@ -3,7 +3,7 @@ FROM public.ecr.aws/lts/ubuntu:20.04_stable
ARG DEBIAN_FRONTEND=noninteractive
## install things needed to run openscad (xvfb is an important one)
RUN apt-get update -qq
RUN apt-get update --fix-missing -qq
# double check this below, I'm not sure we need inkscape etc
RUN apt-get -y -qq install software-properties-common dirmngr apt-transport-https lsb-release ca-certificates xvfb imagemagick unzip inkscape
RUN apt-get install -y curl wget