File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,9 +6,12 @@ LABEL org.opencontainers.image.description="KiCad 9 on Debian + heavy tools"
66ARG DEBIAN_FRONTEND=noninteractive
77ENV TZ=Etc/UTC
88COPY kicad_3d_install.sh kicad_version.py /usr/bin/
9- COPY debian-backports.sources /etc/apt/sources.list.d/
9+ # Oficial Debian packages, backports (-t trixie-backports)
10+ # COPY debian-backports.sources /etc/apt/sources.list.d/
11+ # KiCad oficial packages, questing (25.10) == trixie (13), to get 9.0.9
12+ COPY kicad-9.0-releases.sources /etc/apt/sources.list.d/
1013RUN apt-get -y update && \
11- apt-get install -y -t trixie-backports - -no-install-recommends kicad kicad-footprints kicad-symbols kicad-templates && \
14+ apt-get install -y --no-install-recommends kicad kicad-footprints kicad-symbols kicad-templates && \
1215 apt-get -y autoremove && \
1316 rm -rf /var/lib/apt/lists/* /var/cache/debconf/templates.dat-old /var/lib/dpkg/status-old && \
1417 rm -rf /usr/share/icons/Adwaita/ /*.deb
You can’t perform that action at this time.
0 commit comments