modified: Dockerfile

This commit is contained in:
zhangyuheng 2023-12-04 12:38:11 +08:00
parent 24aa42fe91
commit 5b057d92e1

View File

@ -62,7 +62,7 @@ RUN apt update && apt install wget -y && cd /usr/local/bin && wget -c https://g
RUN chmod +x /usr/local/bin/install-php-extensions && \
export http_proxy=http://127.0.0.1:7890 && \
export https_proxy=http://127.0.0.1:7890 && \
install-php-extensions gd zip pdo_pgsql pgsql
install-php-extensions gd zip pdo_pgsql pgsql pdo_mysql
WORKDIR /app