Skip to content

Commit a356f59

Browse files
committed
Drop --no-cache flag
1 parent c863b3f commit a356f59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build-php.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ docker pull "php:${IMAGE_TAG}"
4545

4646
for buildTarget in "${target[@]}"
4747
do
48-
docker build --no-cache \
48+
docker build \
4949
--build-arg ARCH=${TARGET_ARCH} \
5050
--build-arg PHP_VERSION=${VERSION_PHP} \
5151
--build-arg OS_VERSION=${VERSION_OS} \

0 commit comments

Comments
 (0)