From 3a54ecfe745b08eb7b39794a3da304faea188727 Mon Sep 17 00:00:00 2001 From: Alex Lion Date: Thu, 3 Jul 2025 15:44:30 +0200 Subject: [PATCH] ci: Fix libstdc dep --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bf5e2e1..9dab8cf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -83,7 +83,7 @@ FROM ${RUNNER_IMAGE} # RUN apt-get update -y && apt-get install -y curl libstdc++6 openssl libncurses5 locales ghostscript default-jre libreoffice-java-common \ # && apt-get install -y libreoffice --no-install-recommends && apt-get clean && rm -f /var/lib/apt/lists/*_* -RUN apk add --no-cache curl libstdc++6 openssl ncurses ghostscript openjdk11-jre +RUN apk add --no-cache curl libstdc++ openssl ncurses ghostscript openjdk11-jre # Install LibreOffice & Common Fonts RUN apk --no-cache add bash libreoffice util-linux libreoffice-common \