mattgrill/reservoir-docker

Zlib

Closed this issue · 2 comments

When trying to do a configuration export, the following error is shown in the logs.

Exception: The extension 'zlib' couldn't be found. Please make sure your version of PHP was built with 'zlib' support. in Drupal\Core\Archiver\ArchiveTar->_error() (line 785 of /app/drupal/docroot/core/lib/Drupal/Core/Archiver/ArchiveTar.php).

The PHP zlib module needs to be enabled in the Dockerfile.

Added pull request.

#2

@mayday6971 👏

I had actually just fixed this here, 7193b1b, and pushed a new image to docker hub. Thanks so much for pointing this out.