Skip to content

Commit

Permalink
extensions mcrypt, gmp and predis added
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Kummer committed Apr 13, 2017
1 parent c290677 commit dc301a6
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 @@ -24,7 +24,8 @@ RUN gpg --keyserver keys.gnupg.net --recv-key 89DF5277 && gpg -a --export 89DF52
RUN apt-get update && apt-cache search php7 && apt-get -y install php7.0-mysql \
coreutils php7.0-fpm php7.0-json php7.0-mbstring \
php7.0-xml php7.0-zip \
php7.0-cli php7.0-curl mysql-client locales \
php7.0-cli php7.0-curl php7.0-gmp php7.0-mcrypt libphp-predis \
mysql-client locales \
&& rm -Rf /var/lib/apt/lists \
&& ln -s /dev/stderr /var/log/fpm-php.log
RUN localedef -i de_DE -f UTF-8 de_DE.UTF-8
Expand Down

0 comments on commit dc301a6

Please sign in to comment.