From 09cc8778cbe818f7c3794c02b7eaa6556f3eeef9 Mon Sep 17 00:00:00 2001 From: Ric Harvey Date: Thu, 25 Aug 2016 09:54:28 +0100 Subject: [PATCH] Adding zip archive closes issue #62 --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 43280b4..c729097 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,6 +35,7 @@ RUN apk add --no-cache bash \ php5-phar \ php5-soap \ php5-dom \ + php5-zip \ python \ python-dev \ py-pip \