diff --git a/Dockerfile b/Dockerfile index 8cdc637..349ffb0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,8 @@ RUN apt-get update && apt-get install -y php7.2-fpm \ php7.2-zip \ php7.2-mbstring \ php7.2-amqp \ - php7.2-intl + php7.2-intl \ + php-redis # configure php fpm RUN sed -i -e "s/;date.timezone =.*/date.timezone = 'Europe\/Berlin'/g" /etc/php/7.2/fpm/php.ini && \