Upgrade openscad to 2021.01 #392

Merged
Irev-Dev merged 1 commits from kurt/latest-scad-321 into main 2021-06-30 23:02:18 +02:00
2 changed files with 1 additions and 9 deletions
Showing only changes of commit fc7c74f3e1 - Show all commits

View File

@@ -1,14 +1,5 @@
services:
openscad-health:
build:
context: ./
dockerfile: ./openscad/Dockerfile
image: openscad
command: openscad.health
ports:
- "5051:8080"
openscad-preview:
image: openscad
command: openscad.preview

View File

@@ -6,6 +6,7 @@ ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update -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 add-apt-repository ppa:openscad/releases
RUN apt-get update -qq
RUN apt-get install -y -qq openscad
RUN apt-get install -y curl wget