Skip to content

Commit

Permalink
Merge pull request #1 from rokde/master
Browse files Browse the repository at this point in the history
added php extensions gmp, mcrypt and predis
  • Loading branch information
Robert Kummer authored Apr 13, 2017
2 parents ca592a0 + dc301a6 commit d2b7de0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.idea
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 d2b7de0

Please sign in to comment.