From aab9632ab69a50c4e4e6b9a4a74c141f8f1b34a6 Mon Sep 17 00:00:00 2001 From: Matt McCormick Date: Tue, 5 Jul 2016 21:45:56 -0400 Subject: [PATCH] windows-x86: Add --force-yes For E: There are problems and -y was used without --force-yes on CircleCI. --- windows-x86/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows-x86/Dockerfile b/windows-x86/Dockerfile index bad451c..ea38312 100644 --- a/windows-x86/Dockerfile +++ b/windows-x86/Dockerfile @@ -5,7 +5,7 @@ MAINTAINER Matt McCormick "matt.mccormick@kitware.com" # Other dependencies are from the listed MXE requirements: # http://mxe.cc/#requirements # 'cmake' is omitted because it is installed from source in the base image -RUN apt-get update && apt-get -y install \ +RUN apt-get update && apt-get -y --force-yes install \ autoconf \ automake \ autopoint \