Skip to content

Commit

Permalink
[KiCad 7] Switching to 7.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
set-soft committed Apr 18, 2023
1 parent 272d7e0 commit 38a7c50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ki7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG DEBIAN_FRONTEND=noninteractive
ENV TZ=Etc/UTC
COPY kicad_3d_install.sh kicad_version.py /usr/bin/
RUN apt-get -y update && \
dl_deb.py -r KiCad_7.0.1.1 -s kicad-demos -- INTI-CMNB/kicad_debian && \
dl_deb.py -r KiCad_7.0.2.1 -s kicad-demos -- INTI-CMNB/kicad_debian && \
apt-get -y install --no-install-recommends /*.deb && \
apt-get -y autoremove && \
rm -rf /var/lib/apt/lists/* /var/cache/debconf/templates.dat-old /var/lib/dpkg/status-old && \
Expand Down
2 changes: 1 addition & 1 deletion ki7_full/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG DEBIAN_FRONTEND=noninteractive
ENV TZ=Etc/UTC
COPY kicad_3d_install.sh kicad_version.py /usr/bin/
RUN apt-get -y update && \
dl_deb.py -r KiCad_7.0.1.1 -s kicad-demos -- INTI-CMNB/kicad_debian && \
dl_deb.py -r KiCad_7.0.2.1 -s kicad-demos -- INTI-CMNB/kicad_debian && \
apt-get -y install --no-install-recommends /*.deb && \
apt-get -y autoremove && \
rm -rf /var/lib/apt/lists/* /var/cache/debconf/templates.dat-old /var/lib/dpkg/status-old && \
Expand Down

0 comments on commit 38a7c50

Please sign in to comment.