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'