Skip to content

Commit 9dadf74

Browse files
committed
[Added] Python support for ZStd (ZStandard)
1 parent 460f21e commit 9dadf74

1 file changed

Lines changed: 1 addition & 1 deletion

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 && \
14+
apt-get -y install --no-install-recommends imagemagick python3-qrcodegen poppler-utils python3-requests python3-xlsxwriter python3-mistune python3-zstd && \
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" && \

0 commit comments

Comments
 (0)