We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92abb24 commit 19caed4Copy full SHA for 19caed4
.docker/php53/Dockerfile
@@ -6,7 +6,7 @@ ENV PHP_VERSION 5.3.29
6
RUN set -eux; \
7
\
8
apt-get update; \
9
- apt-get install -y \
+ apt-get install -y --force-yes \
10
curl \
11
autoconf2.13 \
12
; \
@@ -40,7 +40,7 @@ RUN set -eux; \
40
bison \
41
libbison-dev \
42
43
- apt-get purge -y --auto-remove \
+ apt-get purge -y --force-yes --auto-remove \
44
45
46
rm -r /usr/src/php
.docker/php74_81/Dockerfile
@@ -8,7 +8,7 @@ RUN docker-php-ext-install pdo_mysql
#
- apt-get install -y --no-upgrade --no-install-recommends \
+ apt-get install -y --force-yes --no-upgrade --no-install-recommends \
libonig-dev \
13
14
0 commit comments