From 3a0272859564a4608af6563db31f6426d495bb37 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 30 Jul 2024 11:27:47 +0200 Subject: [PATCH] wip #7008 @0:10 --- .docker/images/php-alpha/Dockerfile | 1 + .docker/images/php-dev/Dockerfile | 1 + .docker/images/php/Dockerfile | 1 + 3 files changed, 3 insertions(+) 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 && \ -- 2.39.5