aboutsummaryrefslogtreecommitdiff
path: root/Docker/Dockerfile
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2023-06-13 16:28:51 +0200
committerGravatar GitHub <noreply@github.com> 2023-06-13 16:28:51 +0200
commitae8dfc1b1b610eff36b7e1b004a60601e08da309 (patch)
treeeaf23e348c99e8df5c483ee32d3826cf6b4a6dbf /Docker/Dockerfile
parent58b254f9cb923d5d0dfe53df4bca8a0f00bbcf0b (diff)
Fix OpenID Connect crash on ARM (#5463)
Only enable the Apache auth_openidc module when actually used Fix https://github.com/FreshRSS/FreshRSS/issues/5460 Follow-up of https://github.com/FreshRSS/FreshRSS/pull/5351
Diffstat (limited to 'Docker/Dockerfile')
-rw-r--r--Docker/Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Docker/Dockerfile b/Docker/Dockerfile
index b205b9d9c..b046d7fd9 100644
--- a/Docker/Dockerfile
+++ b/Docker/Dockerfile
@@ -36,6 +36,7 @@ LABEL \
org.opencontainers.image.version="$FRESHRSS_VERSION"
RUN a2dismod -f alias autoindex negotiation status && \
+ a2dismod auth_openidc && \
a2enmod deflate expires headers mime remoteip setenvif && \
a2disconf '*' && \
a2dissite '*' && \