From a356f59e77b57feb5fd6fb9a1c3978b0164d9818 Mon Sep 17 00:00:00 2001 From: Cees-Jan Kiewiet Date: Mon, 13 Jan 2025 13:23:36 +0100 Subject: [PATCH] Drop --no-cache flag --- build-php.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-php.sh b/build-php.sh index 9ff0356..bce2800 100755 --- a/build-php.sh +++ b/build-php.sh @@ -45,7 +45,7 @@ docker pull "php:${IMAGE_TAG}" for buildTarget in "${target[@]}" do - docker build --no-cache \ + docker build \ --build-arg ARCH=${TARGET_ARCH} \ --build-arg PHP_VERSION=${VERSION_PHP} \ --build-arg OS_VERSION=${VERSION_OS} \