Skip to content

Commit da976f4

Browse files
committed
修复测试
1 parent 21848cf commit da976f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/php.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM php:${PHP_DOCKER_VERSION}-cli
33

44
RUN apt update
55

6-
RUN apt install -y unzip ca-certificates
6+
RUN apt install -y --force-yes unzip ca-certificates
77

88
RUN docker-php-ext-install pcntl > /dev/null
99

0 commit comments

Comments
 (0)