Skip to content
This repository has been archived by the owner on Oct 5, 2022. It is now read-only.

Commit

Permalink
Merge pull request #92 from lbassin/php-dependencies
Browse files Browse the repository at this point in the history
Add missing dependency to memcached extension
  • Loading branch information
lbassin authored Nov 17, 2018
2 parents 8598bde + ede93f5 commit 4799505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/php-fpm/resolvers.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = {
{ext: 'soap', value: 'libicu-dev'},
{ext: 'xsl', value: 'libxml2-dev'},
{ext: 'gd', value: 'libpng-dev libjpeg-dev'},
{ext: 'memcached', value: 'libmemcached-dev'}
{ext: 'memcached', value: 'libmemcached-dev zlib1g-dev'}
];

const dependencies = [];
Expand Down

0 comments on commit 4799505

Please sign in to comment.