Skip to content

Commit 2cd3177

Browse files
committed
Moved python3-setuptools to base_os
- Needed by KiCost - Otherwise it doesn't run on kicad_auto
1 parent 1a98288 commit 2cd3177

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

base_os/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ COPY debconf.conf /etc/
1111
RUN sed -i -e's/ main/ main contrib non-free/g' /etc/apt/sources.list.d/debian.sources && \
1212
apt-get update && \
1313
apt-get -y install --no-install-recommends git make rar bzip2 librsvg2-bin ghostscript && \
14-
apt-get -y install --no-install-recommends imagemagick python3-qrcodegen poppler-utils python3-requests python3-xlsxwriter python3-mistune python3-zstd && \
14+
apt-get -y install --no-install-recommends imagemagick python3-qrcodegen poppler-utils python3-requests python3-xlsxwriter python3-mistune python3-zstd python3-setuptools && \
1515
echo "KiCost Digi-Key plugin dependencies" && \
1616
apt -y install --no-install-recommends python3-certifi python3-dateutil python3-inflection python3-openssl python3-pkg-resources python3-requests python3-six python3-tldextract python3-urllib3 && \
1717
echo "KiCost dependencies" && \

base_os_full/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ LABEL org.opencontainers.image.description="Debian with all tools for KiBot"
66
RUN apt-get update && \
77
apt-get -y install --no-install-recommends flake8 \
88
python3-pytest python3-pytest-xdist \
9-
python3-pip python3-wheel python3-setuptools \
9+
python3-pip python3-wheel \
1010
python3-markdown2 \
1111
diffutils openssh-client \
1212
x11-utils fluxbox x11vnc wmctrl \

0 commit comments

Comments
 (0)