Skip to content

Commit

Permalink
Added missing mistune
Browse files Browse the repository at this point in the history
  • Loading branch information
set-soft committed Oct 6, 2023
1 parent 40d8f88 commit 6f201c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base_os/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ COPY debconf.conf /etc/
RUN sed -i -e's/ main/ main contrib non-free/g' /etc/apt/sources.list.d/debian.sources && \
apt-get update && \
apt-get -y install --no-install-recommends git make rar bzip2 librsvg2-bin ghostscript && \
apt-get -y install --no-install-recommends imagemagick python3-qrcodegen poppler-utils python3-requests python3-xlsxwriter && \
apt-get -y install --no-install-recommends imagemagick python3-qrcodegen poppler-utils python3-requests python3-xlsxwriter python3-mistune && \
echo "KiCost Digi-Key plugin dependencies" && \
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 && \
echo "KiCost dependencies" && \
Expand Down

0 comments on commit 6f201c1

Please sign in to comment.