mirror of
https://github.com/misterunknown/ifm.git
synced 2025-08-12 11:04:01 +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-soap \
|
||||||
php5-pcntl \
|
php5-pcntl \
|
||||||
php5-xml \
|
php5-xml \
|
||||||
|
php5-phar \
|
||||||
php5-zip
|
php5-zip
|
||||||
|
|
||||||
RUN mkdir -p /run/apache2 \
|
RUN mkdir -p /run/apache2 \
|
||||||
|
Reference in New Issue
Block a user