Skip to content

Commit 26f12f0

Browse files
committed
Fix build of php53 docker-compose server
1 parent 071b8bf commit 26f12f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.docker/php53/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ENV PHP_VERSION 5.3.29
66
RUN set -eux; \
77
\
88
apt-get update; \
9-
apt-get install -y \
9+
apt-get install -y --force-yes \
1010
curl \
1111
autoconf2.13 \
1212
; \

0 commit comments

Comments
 (0)