mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 03:21:28 +01:00
add openscad
Signed-off-by: Jess Frazelle <acidburn@jessfraz.com>
This commit is contained in:
parent
f80a7e1fef
commit
6c5a7a45f0
9
openscad/Dockerfile
Normal file
9
openscad/Dockerfile
Normal file
|
@ -0,0 +1,9 @@
|
|||
FROM debian:bullseye-slim
|
||||
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
|
||||
|
||||
RUN apt-get update && apt-get install -y \
|
||||
openscad \
|
||||
--no-install-recommends \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
ENTRYPOINT [ "openscad" ]
|
Loading…
Reference in New Issue
Block a user