Added php memcached extension to the docker image.

This commit is contained in:
Iisakki Jaakkola 2022-10-25 15:49:23 +03:00
parent 3b16157d6b
commit 9452973845
No known key found for this signature in database
GPG key ID: ADD99D3CA059CB39

View file

@ -24,6 +24,7 @@ php7.4-mbstring \
php7.4-zip \ php7.4-zip \
php7.4-bcmath \ php7.4-bcmath \
php7.4-redis \ php7.4-redis \
php-memcached \
patch \ patch \
curl \ curl \
wget \ wget \