modified: Dockerfile
This commit is contained in:
parent
24aa42fe91
commit
5b057d92e1
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user