We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21848cf commit da976f4Copy full SHA for da976f4
.github/php.dockerfile
@@ -3,7 +3,7 @@ FROM php:${PHP_DOCKER_VERSION}-cli
3
4
RUN apt update
5
6
-RUN apt install -y unzip ca-certificates
+RUN apt install -y --force-yes unzip ca-certificates
7
8
RUN docker-php-ext-install pcntl > /dev/null
9
0 commit comments