From 4488ef397b594a6aee474112457a5b87187b441b Mon Sep 17 00:00:00 2001 From: Jerry Ma Date: Mon, 30 Aug 2021 17:08:37 +0800 Subject: [PATCH] Update Dockerfile --- docker/Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docker/Dockerfile b/docker/Dockerfile index 7023b83c..b723960b 100755 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -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}"