]> _ Git - fluidbook-toolbox.git/commitdiff
wait #7126 @0.75
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 9 Oct 2024 17:09:59 +0000 (19:09 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 9 Oct 2024 17:09:59 +0000 (19:09 +0200)
resources/tools/dockerwebcontainer/template/images/php-fpm/Dockerfile

index a5aa9b44f3078b99793e8fc4061d3a7d0a0ac1a6..c9ea07f8ae1242b3931cbb276d12afa91b8c2423 100644 (file)
@@ -50,11 +50,8 @@ RUN apt -y --no-install-recommends install \
         php$phpversion-curl \
         php$phpversion-bcmath \
         php$phpversion-fpm \
-        less nano wget nodejs
+        less nano wget nodejs sudo openssh-server rsyslog cron mariadb-client zip unzip imagemagick locales postfix
 
-RUN apt -y --no-install-recommends install nodejs sudo openssh-server rsyslog cron mariadb-client zip unzip imagemagick
-
-RUN apt -y --no-install-recommends install locales
 RUN sed -i '/$locale.UTF-8/s/^# //g' /etc/locale.gen && \
     locale-gen
 ENV LANG $locale.UTF-8