From 070c60820dd28829f51f579913e9c6964d414164 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Sun, 28 Apr 2024 17:02:27 +0800 Subject: [PATCH] 1 --- docker/php7.4/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/php7.4/Dockerfile b/docker/php7.4/Dockerfile index 49046b73..ac501253 100644 --- a/docker/php7.4/Dockerfile +++ b/docker/php7.4/Dockerfile @@ -11,7 +11,7 @@ LABEL description="This is custom Docker Image for \ # 6 70 RUN apt update RUN apt install -y tzdata -RUN apt install -y net-tools curl iputils-ping vim mariadb-client redis php php-fpm php-pdo php-mysql php-redis php-mbstring +RUN apt install -y net-tools curl iputils-ping vim mariadb-client redis php php-fpm php-pdo php-mysql php-redis php-mbstring php7.4-curl ENV SERVER_ENV=TEST #php-pecl-libsodium #RUN sh -c '/bin/echo -e "\n6\n70" | apt install -y net-tools iputils-ping mariadb-client php php-fpm'