Skip to content

Commit

Permalink
add openscad
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <[email protected]>
  • Loading branch information
jessfraz committed Nov 5, 2019
1 parent f80a7e1 commit 6c5a7a4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions openscad/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
FROM debian:bullseye-slim
LABEL maintainer "Jessie Frazelle <[email protected]>"

RUN apt-get update && apt-get install -y \
openscad \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/*

ENTRYPOINT [ "openscad" ]

0 comments on commit 6c5a7a4

Please sign in to comment.