Skip to content

Commit

Permalink
added xml extension
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven Speckmaier committed Sep 13, 2016
1 parent 538f1de commit 4bd8b7d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ RUN gpg --keyserver keys.gnupg.net --recv-key 89DF5277 && gpg -a --export 89DF52
| apt-key add - && \
echo "deb http://ftp.hosteurope.de/mirror/packages.dotdeb.org/ jessie all" \
> /etc/apt/sources.list.d/dotdeb.list
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 \
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-cli php7.0-curl mysql-client \
&& rm -Rf /var/lib/apt/lists
COPY include /etc/nginx/include
Expand Down

0 comments on commit 4bd8b7d

Please sign in to comment.