Release 1st July 2021 #394

Merged
Irev-Dev merged 6 commits from main into release 2021-07-01 12:30:15 +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