diff --git a/images/0.16.2-php8-apache-buster/Dockerfile b/images/0.16.2-php8-apache-buster/Dockerfile index fb26bfe..b2aba83 100644 --- a/images/0.16.2-php8-apache-buster/Dockerfile +++ b/images/0.16.2-php8-apache-buster/Dockerfile @@ -32,6 +32,7 @@ RUN apt-get update -y \ && a2enmod rewrite RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone +RUN printf '[PHP]\ndate.timezone = "Europe/Paris"\n' > /usr/local/etc/php/conf.d/tzone.ini RUN curl -fLSso Robert2-${ROBERT2_VERSION}.zip https://github.com/Robert-2/Robert2/releases/download/${ROBERT2_VERSION}/Robert2-${ROBERT2_VERSION}.zip &&\ unzip Robert2-${ROBERT2_VERSION}.zip -d /tmp && \ @@ -48,4 +49,4 @@ RUN rm -rf /var/lib/apt/lists/* EXPOSE 80 -CMD ["apache2-foreground"] \ No newline at end of file +CMD ["apache2-foreground"] diff --git a/images/0.17.1-php8-apache-buster/Dockerfile b/images/0.17.1-php8-apache-buster/Dockerfile index f60a114..dfe2dc7 100644 --- a/images/0.17.1-php8-apache-buster/Dockerfile +++ b/images/0.17.1-php8-apache-buster/Dockerfile @@ -32,6 +32,7 @@ RUN apt-get update -y \ && a2enmod rewrite RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone +RUN printf '[PHP]\ndate.timezone = "Europe/Paris"\n' > /usr/local/etc/php/conf.d/tzone.ini RUN curl -fLSso Robert2-${ROBERT2_VERSION}.zip https://github.com/Robert-2/Robert2/releases/download/${ROBERT2_VERSION}/Robert2-${ROBERT2_VERSION}.zip &&\ unzip Robert2-${ROBERT2_VERSION}.zip -d /tmp && \ @@ -48,4 +49,4 @@ RUN rm -rf /var/lib/apt/lists/* EXPOSE 80 -CMD ["apache2-foreground"] \ No newline at end of file +CMD ["apache2-foreground"] diff --git a/images/0.18.1-php8-apache-buster/Dockerfile b/images/0.18.1-php8-apache-buster/Dockerfile index 7701838..22f5092 100644 --- a/images/0.18.1-php8-apache-buster/Dockerfile +++ b/images/0.18.1-php8-apache-buster/Dockerfile @@ -32,6 +32,7 @@ RUN apt-get update -y \ && a2enmod rewrite RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone +RUN printf '[PHP]\ndate.timezone = "Europe/Paris"\n' > /usr/local/etc/php/conf.d/tzone.ini RUN curl -fLSso Robert2-${ROBERT2_VERSION}.zip https://github.com/Robert-2/Robert2/releases/download/${ROBERT2_VERSION}/Robert2-${ROBERT2_VERSION}.zip &&\ unzip Robert2-${ROBERT2_VERSION}.zip -d /tmp && \ @@ -48,4 +49,4 @@ RUN rm -rf /var/lib/apt/lists/* EXPOSE 80 -CMD ["apache2-foreground"] \ No newline at end of file +CMD ["apache2-foreground"] diff --git a/images/0.19.3-php8-apache-buster/Dockerfile b/images/0.19.3-php8-apache-buster/Dockerfile index c3f74f3..e0fe241 100644 --- a/images/0.19.3-php8-apache-buster/Dockerfile +++ b/images/0.19.3-php8-apache-buster/Dockerfile @@ -32,6 +32,7 @@ RUN apt-get update -y \ && a2enmod rewrite RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone +RUN printf '[PHP]\ndate.timezone = "Europe/Paris"\n' > /usr/local/etc/php/conf.d/tzone.ini RUN curl -fLSso Robert2-${ROBERT2_VERSION}.zip https://github.com/Robert-2/Robert2/releases/download/${ROBERT2_VERSION}/Robert2-${ROBERT2_VERSION}.zip &&\ unzip Robert2-${ROBERT2_VERSION}.zip -d /tmp && \ @@ -48,4 +49,4 @@ RUN rm -rf /var/lib/apt/lists/* EXPOSE 80 -CMD ["apache2-foreground"] \ No newline at end of file +CMD ["apache2-foreground"]