diff --git a/.docker/php53/Dockerfile b/.docker/php53/Dockerfile index 99ca06bf0..ee2e26608 100644 --- a/.docker/php53/Dockerfile +++ b/.docker/php53/Dockerfile @@ -6,7 +6,7 @@ ENV PHP_VERSION 5.3.29 RUN set -eux; \ \ apt-get update; \ - apt-get install -y \ + apt-get install -y --force-yes \ curl \ autoconf2.13 \ ; \