From: Vincent Vanwaelscappel Date: Tue, 30 Jul 2024 09:27:47 +0000 (+0200) Subject: wip #7008 @0:10 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=3a0272859564a4608af6563db31f6426d495bb37;p=fluidbook-toolbox.git wip #7008 @0:10 --- diff --git a/.docker/images/php-alpha/Dockerfile b/.docker/images/php-alpha/Dockerfile index 62d83a1cc..710aabb11 100644 --- a/.docker/images/php-alpha/Dockerfile +++ b/.docker/images/php-alpha/Dockerfile @@ -70,6 +70,7 @@ RUN apt -y --no-install-recommends install openssh-server rsyslog RUN apt -y --no-install-recommends install wine libwine wine64 RUN apt -y --no-install-recommends install pdfposter rename RUN apt -y --no-install-recommends install jdupes +RUN apt -y --no-install-recommends install dnsutils RUN apt -y --no-install-recommends install locales RUN sed -i '/fr_FR.UTF-8/s/^# //g' /etc/locale.gen && \ diff --git a/.docker/images/php-dev/Dockerfile b/.docker/images/php-dev/Dockerfile index 62d83a1cc..710aabb11 100644 --- a/.docker/images/php-dev/Dockerfile +++ b/.docker/images/php-dev/Dockerfile @@ -70,6 +70,7 @@ RUN apt -y --no-install-recommends install openssh-server rsyslog RUN apt -y --no-install-recommends install wine libwine wine64 RUN apt -y --no-install-recommends install pdfposter rename RUN apt -y --no-install-recommends install jdupes +RUN apt -y --no-install-recommends install dnsutils RUN apt -y --no-install-recommends install locales RUN sed -i '/fr_FR.UTF-8/s/^# //g' /etc/locale.gen && \ diff --git a/.docker/images/php/Dockerfile b/.docker/images/php/Dockerfile index bbd305078..eb250884c 100644 --- a/.docker/images/php/Dockerfile +++ b/.docker/images/php/Dockerfile @@ -70,6 +70,7 @@ RUN apt -y --no-install-recommends install openssh-server rsyslog RUN apt -y --no-install-recommends install wine libwine wine64 RUN apt -y --no-install-recommends install pdfposter rename RUN apt -y --no-install-recommends install jdupes +RUN apt -y --no-install-recommends install dnsutils RUN apt -y --no-install-recommends install locales RUN sed -i '/fr_FR.UTF-8/s/^# //g' /etc/locale.gen && \