1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-16 05:24:08 +02:00

core: Enable zip extension

This commit is contained in:
Yaman Qalieh
2022-05-11 20:21:56 -04:00
parent fd449be4eb
commit e07fac777a
3 changed files with 4 additions and 0 deletions

View File

@@ -8,7 +8,9 @@ RUN apt-get update && \
apt-get install --yes --no-install-recommends \
nginx \
zlib1g-dev \
libzip-dev \
libmemcached-dev && \
docker-php-ext-install zip && \
pecl install memcached && \
docker-php-ext-enable memcached && \
mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini"