We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c863b3f + a356f59 commit 0deae8fCopy full SHA for 0deae8f
1 file changed
build-php.sh
@@ -45,7 +45,7 @@ docker pull "php:${IMAGE_TAG}"
45
46
for buildTarget in "${target[@]}"
47
do
48
- docker build --no-cache \
+ docker build \
49
--build-arg ARCH=${TARGET_ARCH} \
50
--build-arg PHP_VERSION=${VERSION_PHP} \
51
--build-arg OS_VERSION=${VERSION_OS} \
0 commit comments