From acd615e0e1fd0e57b57fb610846a465969049025 Mon Sep 17 00:00:00 2001 From: Moon Sungjoon Date: Wed, 6 Sep 2023 10:43:03 +0300 Subject: [PATCH] Switch to the edge repo of Alpine Linux The Alpine Linux team has enabled Java support for LibreOffice on ARM architecture: https://gitlab.alpinelinux.org/alpine/aports/-/commit/74d443f479df15fc57e6fde6ac02a36b24afdded This commit is included in 7.5.5.2-r2, so the installed LibreOffice package should be 7.5.5.2-r2 or higher to fix this issue. However 3.18 doesn't have the 7.5.5.2-r2 package: https://pkgs.alpinelinux.org/package/v3.18/community/aarch64/libreoffice The Dangerzone image uses the alpine:latest image which is 3.18 as of writing this. For this reason, we switch to the edge repo of Alpine Linux, which includes this fix. Refs #498 Refs #540 Refs #542 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b59acdb..1ef701c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:latest +FROM alpine:edge ARG TESSDATA_CHECKSUM=990fffb9b7a9b52dc9a2d053a9ef6852ca2b72bd8dfb22988b0b990a700fd3c7 ARG H2ORESTART_CHECKSUM=5db816a1e57b510456633f55e693cb5ef3675ef8b35df4f31c90ab9d4c66071a