We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 071b8bf commit 26f12f0Copy full SHA for 26f12f0
.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
; \
0 commit comments