Skip to content

Commit

Permalink
Merge pull request #258 from WyriHaximusNet/drop-no-cache-flag
Browse files Browse the repository at this point in the history
Drop --no-cache flag
  • Loading branch information
WyriHaximus authored Jan 13, 2025
2 parents c863b3f + a356f59 commit 0deae8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-php.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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} \
Expand Down

0 comments on commit 0deae8f

Please sign in to comment.