diff --git a/docker/app/Dockerfile b/docker/app/Dockerfile index f6a120a..f02b06e 100644 --- a/docker/app/Dockerfile +++ b/docker/app/Dockerfile @@ -9,6 +9,7 @@ RUN pecl install \ smbclient \ imagick -RUN docker-php-ext-enable smbclient imagick bz2 +RUN docker-php-ext-install bz2 +RUN docker-php-ext-enable smbclient imagick COPY redis.config.php /usr/src/nextcloud/config/redis.config.php