Skip to content

Commit 31e8a85

Browse files
committed
No longer need to manually dl poppler
1 parent f7edf68 commit 31e8a85

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scripts/docker-dl-wolfi-packages.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,11 @@
22

33
if [ "$ARCH" = "arm64" ] || [ "$ARCH" = "aarch64" ]; then
44
files=(
5-
"poppler-23.09.0-r0-aarch64.apk"
65
"pandoc-3.1.8-r0-aarch64.apk"
76
"nltk_data.tgz"
87
)
98
else
109
files=(
11-
"poppler-23.09.0-r0.apk"
1210
"pandoc-3.1.8-r0.apk"
1311
"nltk_data.tgz"
1412
)

0 commit comments

Comments
 (0)