File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ COPY debconf.conf /etc/
1111RUN 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" && \
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ LABEL org.opencontainers.image.description="Debian with all tools for KiBot"
66RUN 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 \
You can’t perform that action at this time.
0 commit comments