Compare commits
4 Commits
ea66acb19c
...
f7b138bf5f
Author | SHA1 | Date | |
---|---|---|---|
f7b138bf5f | |||
b46438f5f0 | |||
4aead17416 | |||
ff28c52928 |
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user