Skip to content

Commit

Permalink
add kicad
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 19bd3f9 commit f80a7e1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions kicad/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 \
kicad \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/*

ENTRYPOINT [ "kicad" ]

0 comments on commit f80a7e1

Please sign in to comment.