Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dockerfiles/wolfi-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ USER root
RUN apk update && \
apk add libxml2 python-3.12 python-3.12-base py3.12-pip glib \
mesa-gl mesa-libgallium cmake bash libmagic wget git openjpeg \
poppler libreoffice && \
poppler poppler-utils poppler-glib libreoffice && \
apk add --allow-untrusted packages/pandoc-3.1.8-r0.apk && \
./install-wolfi-tesseract.sh && rm install-wolfi-tesseract.sh && \
apk cache clean && \
Expand Down
2 changes: 0 additions & 2 deletions scripts/docker-dl-wolfi-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@

if [ "$ARCH" = "arm64" ] || [ "$ARCH" = "aarch64" ]; then
files=(
"poppler-23.09.0-r0-aarch64.apk"
"pandoc-3.1.8-r0-aarch64.apk"
"nltk_data.tgz"
)
else
files=(
"poppler-23.09.0-r0.apk"
"pandoc-3.1.8-r0.apk"
"nltk_data.tgz"
)
Expand Down
Loading