Compare commits

..

4 Commits

Author SHA1 Message Date
f7b138bf5f
[NC] Bump to 25.0.9 2023-08-09 11:42:45 +02:00
b46438f5f0
[GNOUSWEB] Fix wrong middleware name when travaux is enabled 2023-08-09 11:41:36 +02:00
4aead17416
[MM] Bump to 8.0.1 2023-08-09 11:41:36 +02:00
ff28c52928
[GITEA] Bump to 1.20.1 2023-08-09 11:41:33 +02:00

View File

@ -1,20 +1,9 @@
from php:7.4.33-apache
from php:7.4.32-apache
RUN apt-get update && apt-get install -y \
git \
locales \
# locales-all \
# gettext \
&& rm -rf /var/lib/apt/lists/*
RUN sed -i '/fr_FR.UTF-8/s/^# //g' /etc/locale.gen && \
locale-gen && \
dpkg-reconfigure --frontend=noninteractive locales
ENV LANG fr_FR.UTF-8
ENV LANGUAGE fr_FR.UTF-8
ENV GDM_LANG fr_FR.UTF-8
ENV LC_ALL fr_FR.UTF-8
RUN a2enmod remoteip rewrite \
&& echo "RemoteIPHeader X-Forwarded-For" > /etc/apache2/conf-available/remoteip.conf \
&& a2enconf remoteip \