Skip to content

Commit

Permalink
Merge pull request #6 from migo315/feature/redis
Browse files Browse the repository at this point in the history
Install php redis
  • Loading branch information
migo315 authored Sep 20, 2019
2 parents 5e6288b + 1225f9b commit 52aa73d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit 52aa73d

Please # to comment.