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:
@@ -53,6 +53,7 @@ RUN set -xe; \
|
||||
php5-soap \
|
||||
php5-pcntl \
|
||||
php5-xml \
|
||||
php5-phar \
|
||||
php5-zip
|
||||
|
||||
RUN mkdir -p /run/apache2 \
|
||||
|
Reference in New Issue
Block a user