Skip to content
This repository has been archived by the owner on Feb 5, 2019. It is now read-only.

Commit

Permalink
Added unzip and PHP zip extension
Browse files Browse the repository at this point in the history
  • Loading branch information
richard.gooding committed Feb 4, 2017
1 parent a3e1928 commit 03778cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ RUN wget https://www.dotdeb.org/dotdeb.gpg && \
RUN echo "deb http://packages.dotdeb.org jessie all" >>/etc/apt/sources.list.d/dotdeb.list && \
apt-get -y update && \
apt-get -y install \
unzip \
libmemcached11 \
libmemcachedutil2 \
php7.0-cli \
Expand All @@ -34,6 +35,7 @@ RUN echo "deb http://packages.dotdeb.org jessie all" >>/etc/apt/sources.list.d/d
php7.0-xml \
php7.0-xsl \
php7.0-dev \
php7.0-zip \
&& \
apt-get -y clean

Expand Down

0 comments on commit 03778cd

Please sign in to comment.