This commit is contained in:
aozhiwei 2024-04-24 11:10:25 +08:00
parent 40dee186b0
commit d143bebb89

View File

@ -12,6 +12,7 @@ LABEL description="This is custom Docker Image for \
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
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'
#docker run -it -v /data:/data -p 9001:9000 php:7.4 /bin/bash