mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 03:21:28 +01:00
add kicad
Signed-off-by: Jess Frazelle <acidburn@jessfraz.com>
This commit is contained in:
parent
19bd3f93ed
commit
f80a7e1fef
9
kicad/Dockerfile
Normal file
9
kicad/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 \
|
||||
kicad \
|
||||
--no-install-recommends \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
ENTRYPOINT [ "kicad" ]
|
Loading…
Reference in New Issue
Block a user