add kicad

Signed-off-by: Jess Frazelle <acidburn@jessfraz.com>
This commit is contained in:
Jess Frazelle 2019-11-05 09:46:20 -08:00
parent 19bd3f93ed
commit f80a7e1fef
No known key found for this signature in database
GPG key ID: E34EC3D4E4953C4A

9
kicad/Dockerfile Normal file
View 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" ]