Skip to content
8 changes: 4 additions & 4 deletions apache-oidc/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM httpd:2.4.66@sha256:b89c19a390514d6767e8c62f29375d0577190be448f63b24f5f11d6b03f7bf18
# "Created": "2026-02-03T02:23:05.137173969Z" , "Version":"2.4.66", VERSION="13 (trixie)"
FROM httpd:2.4.66@sha256:331548c5249bdeced0f048bc2fb8c6b6427d2ec6508bed9c1fec6c57d0b27a60
# "Created": "2026-03-16T22:23:01.522892039Z" , "Version":"2.4.66", VERSION="13 (trixie)"

RUN apt-get update \
&& apt-get install -y --no-install-recommends wget ca-certificates libcjose0 libhiredis1.1.0 apache2-api-20120211 apache2-bin libldap2 libssl3 libldap-common \
&& apt-get check \
&& wget https://github.com/OpenIDC/mod_auth_openidc/releases/download/v2.4.19.1/libapache2-mod-auth-openidc_2.4.19.1-1.trixie_amd64.deb \
&& dpkg -i libapache2-mod-auth-openidc_2.4.19.1-1.trixie_amd64.deb \
&& wget https://github.com/OpenIDC/mod_auth_openidc/releases/download/v2.4.19.2/libapache2-mod-auth-openidc_2.4.19.2-1.trixie_amd64.deb \
&& dpkg -i libapache2-mod-auth-openidc_2.4.19.2-1.trixie_amd64.deb \
&& ln -s /usr/lib/apache2/modules/mod_auth_openidc.so /usr/local/apache2/modules/mod_auth_openidc.so \
#&& rm -rf /var/log/dpkg.log /var/log/alternatives.log /var/log/apt \
&& touch /usr/local/apache2/conf/extra/secret.conf \
Expand Down