From 9452973845abd90e099a2e77cd2028c7dadc4c21 Mon Sep 17 00:00:00 2001 From: Iisakki Jaakkola Date: Tue, 25 Oct 2022 15:49:23 +0300 Subject: [PATCH] Added php memcached extension to the docker image. --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fa08f4d85e..b572ff6896 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ No newline at end of file +EXPOSE 443