From 20a5c7cdaa973f46034210e81e5c499640696e82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ask=20Bj=C3=B8rn=20Hansen?= Date: Thu, 19 Jun 2025 18:20:53 -0700 Subject: [PATCH] Alpine 3.22.0 (Apache 2.4.63-r4) also add apache2-http2 and apache2-brotli --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index eb1ef47..23e1739 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,11 +1,11 @@ -FROM harbor.ntppool.org/perlorg/base-os:3.20.2 +FROM harbor.ntppool.org/perlorg/base-os:3.22.0 ENV BUILD_VERSION 1 USER root WORKDIR /web VOLUME /git VOLUME /web/config RUN apk --no-cache upgrade -RUN apk --no-cache add apache2 apache2-utils apache2-proxy apache2-ssl apr-util-dbd_sqlite3 sqlite +RUN apk --no-cache add apache2 apache2-utils apache2-proxy apache2-http2 apache2-brotli apache2-ssl apr-util-dbd_sqlite3 sqlite #RUN mkdir /run/apache2; chown apache:apache /run/apache2 RUN mv /etc/apache2/conf.d/proxy.conf /etc/apache2/conf.d/proxy.conf.disabled RUN ln -s /dev/stderr /var/log/apache2/error.log