Skip to content

Instantly share code, notes, and snippets.

@stefpe
Created September 4, 2018 09:51
Show Gist options
  • Save stefpe/32907fc58d45d4efff11eb35ef181e99 to your computer and use it in GitHub Desktop.
Save stefpe/32907fc58d45d4efff11eb35ef181e99 to your computer and use it in GitHub Desktop.
php 7 memcached installation
FROM php:7.2-cli
RUN apt-get update && apt-get install -y libmemcached-dev zlib1g-dev \
&& pecl install memcached-3.0.4 \
&& docker-php-ext-enable memcached
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment