some old modifes i forgot to commit

This commit is contained in:
2025-04-27 22:28:12 +02:00
parent 7d46d33d29
commit eec308a0ac
5 changed files with 66 additions and 3 deletions
+8 -2
View File
@@ -8,8 +8,14 @@ RUN apt-get update && apt-get install -y \
default-mysql-client \
zip \
net-tools iproute2 \
libzip-dev && \
cp /usr/local/etc/php/php.ini-development /usr/local/etc/php/php.ini && \
libzip-dev
# ENV TZ=Europe/Paris
RUN apt-get install -y tzdata && \
echo "Europe/Paris" > /etc/timezone && \
dpkg-reconfigure -f noninteractive tzdata
RUN cp /usr/local/etc/php/php.ini-development /usr/local/etc/php/php.ini && \
# docker-php-ext-install -j$(nproc) iconv && \
docker-php-ext-configure gd --with-freetype=/usr/include/ --with-jpeg=/usr/include/ && \
apt-get install -y imagemagick libmagickwand-dev && \