Skip to content

Commit

Permalink
Drop --no-cache flag
Browse files Browse the repository at this point in the history
  • Loading branch information
WyriHaximus committed Jan 13, 2025
1 parent c863b3f commit a356f59
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 a356f59

Please sign in to comment.