diff --git a/Dockerfile b/Dockerfile index 57ca1581c..d151298d9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \ libmcrypt-dev RUN a2enmod rewrite -RUN docker-php-ext-install mysqli bcmath intl gd sockets mbstring mcrypt +RUN docker-php-ext-install mysqli bcmath intl gd mbstring mcrypt RUN echo "date.timezone = \"\${PHP_TIMEZONE}\"" > /usr/local/etc/php/conf.d/timezone.ini RUN echo -e “$(hostname -i)\t$(hostname) $(hostname).localhost” >> /etc/hosts