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-bcmath \
php7.4-redis \
php-memcached \
patch \
curl \
wget \
@ -139,4 +140,4 @@ RUN chmod +x /startup.sh /usr/bin/supervisor-exit-event-listener
CMD ["/startup.sh"]
EXPOSE 80
EXPOSE 443
EXPOSE 443