Update Dockerfile

This commit is contained in:
Jerry Ma 2021-08-30 17:08:37 +08:00 committed by GitHub
parent 69dd9f124d
commit 4488ef397b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,10 @@ FROM alpine:latest
# Version of this Dockerfile
ENV SCRIPT_VERSION=1.3.3
# Download address uses backup address
ARG USE_BACKUP_ADDRESS
ARG COMPILE_PHP_VERSION
# (if downloading slowly, consider set it to yes)
ENV USE_BACKUP="${USE_BACKUP_ADDRESS}"