We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b46bb03 commit 9ca4bfcCopy full SHA for 9ca4bfc
Dockerfile
@@ -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/*
+FROM ghcr.io/linalinn/kicad:nightly-2024-04-09-13-16
14
15
COPY *.sh /usr/bin/
16
0 commit comments