Skip to content

Commit 9ca4bfc

Browse files
committed
Use pre build kicad image to speed up build of kicad-render
1 parent b46bb03 commit 9ca4bfc

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

Dockerfile

+1-13
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,4 @@
1-
FROM ubuntu:22.04
2-
3-
ARG DEBIAN_FRONTEND=noninteractive
4-
5-
ARG VERSION=no-version
6-
7-
ENV VERSION=$VERSION
8-
9-
RUN apt-get update -y && \
10-
apt-get install -y software-properties-common && \
11-
add-apt-repository -y ppa:kicad/kicad-dev-nightly && \
12-
apt-get install kicad-nightly ffmpeg -y && \
13-
rm -rf /var/lib/apt/lists/*
1+
FROM ghcr.io/linalinn/kicad:nightly-2024-04-09-13-16
142

153
COPY *.sh /usr/bin/
164

0 commit comments

Comments
 (0)