File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ FROM httpd:2.4.63@sha256:437b9f7d469dd606fa6d2a5f9a3be55fe3af7e0c66e0329da8c14b2
44RUN apt-get update \
55 && apt-get install -y --no-install-recommends wget ca-certificates libcjose0 libhiredis0.14 apache2-api-20120211 apache2-bin libldap-2.5-0 libssl3 libldap-common \
66 && apt-get check \
7- && wget https://github.com/OpenIDC/mod_auth_openidc/releases/download/v2.4.16.8 /libapache2-mod-auth-openidc_2.4.16.8 -1.bookworm_amd64.deb \
8- && dpkg -i libapache2-mod-auth-openidc_2.4.16.8 -1.bookworm_amd64.deb \
7+ && wget https://github.com/OpenIDC/mod_auth_openidc/releases/download/v2.4.16.10 /libapache2-mod-auth-openidc_2.4.16.10 -1.bookworm_amd64.deb \
8+ && dpkg -i libapache2-mod-auth-openidc_2.4.16.10 -1.bookworm_amd64.deb \
99 && ln -s /usr/lib/apache2/modules/mod_auth_openidc.so /usr/local/apache2/modules/mod_auth_openidc.so \
1010 # && rm -rf /var/log/dpkg.log /var/log/alternatives.log /var/log/apt \
1111 && touch /usr/local/apache2/conf/extra/secret.conf \
You can’t perform that action at this time.
0 commit comments