From eb64b453e9b377e7924fdf282ce838cc4cafb923 Mon Sep 17 00:00:00 2001 From: Tuschl Date: Thu, 27 Jul 2017 12:05:34 +0200 Subject: [PATCH] Add php phar module for extended archive support The support for additional archive formats introduced with #44 requires the php phar module. Therefore adding the corresponding alpine package to the docker image. --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 9fbcb6f..81b2c4b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -53,6 +53,7 @@ RUN set -xe; \ php5-soap \ php5-pcntl \ php5-xml \ + php5-phar \ php5-zip RUN mkdir -p /run/apache2 \