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} \