windows-x86: Add --force-yes

For

E: There are problems and -y was used without --force-yes

on CircleCI.
This commit is contained in:
Matt McCormick 2016-07-05 21:45:56 -04:00
parent 8b07afd442
commit aab9632ab6

View File

@ -5,7 +5,7 @@ MAINTAINER Matt McCormick "matt.mccormick@kitware.com"
# Other dependencies are from the listed MXE requirements: # Other dependencies are from the listed MXE requirements:
# http://mxe.cc/#requirements # http://mxe.cc/#requirements
# 'cmake' is omitted because it is installed from source in the base image # '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 \ autoconf \
automake \ automake \
autopoint \ autopoint \