Skip to content

Commit 6944a46

Browse files
committed
remove download of outdated libreoffice
1 parent d78fe7e commit 6944a46

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
@@ -4,14 +4,12 @@ if [ "$ARCH" = "arm64" ] || [ "$ARCH" = "aarch64" ]; then
44
files=(
55
"poppler-23.09.0-r0-aarch64.apk"
66
"pandoc-3.1.8-r0-aarch64.apk"
7-
"libreoffice-24-24.2.5.2-r1-aarch64.apk"
87
"nltk_data.tgz"
98
)
109
else
1110
files=(
1211
"poppler-23.09.0-r0.apk"
1312
"pandoc-3.1.8-r0.apk"
14-
"libreoffice-24-24.2.5.2-r1.apk"
1513
"nltk_data.tgz"
1614
)
1715
fi

0 commit comments

Comments
 (0)