1
0
mirror of https://github.com/misterunknown/ifm.git synced 2025-08-10 01:56:30 +02:00

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.
This commit is contained in:
Tuschl
2017-07-27 12:05:34 +02:00
parent 8865faef67
commit eb64b453e9

View File

@@ -53,6 +53,7 @@ RUN set -xe; \
php5-soap \
php5-pcntl \
php5-xml \
php5-phar \
php5-zip
RUN mkdir -p /run/apache2 \