Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/docker-ci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/php7.0
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2017-07-18 21:10:09 +0300
committerLukas Reschke <lukas@statuscode.ch>2017-07-18 21:10:09 +0300
commit718877550d29f9a24615584fc479e1fd14341db0 (patch)
treecbca8bc614505232a4b4b012060faa8b820b9f54 /php7.0
parent20d3172f90103f02b90944d2ea358fc4e98a2e79 (diff)
Install libzipphp7.0-12
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to 'php7.0')
-rw-r--r--php7.0/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/php7.0/Dockerfile b/php7.0/Dockerfile
index 119e788..681e60a 100644
--- a/php7.0/Dockerfile
+++ b/php7.0/Dockerfile
@@ -1,5 +1,5 @@
FROM debian
-RUN apt-get update && apt-get install -y wget gnupg2 && \
+RUN apt-get update && apt-get install -y wget gnupg2 libzip2 && \
wget http://www.dotdeb.org/dotdeb.gpg && \
apt-key add dotdeb.gpg && \
echo "deb http://packages.dotdeb.org jessie all" >> /etc/apt/sources.list && \