mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-11-10 05:07:26 +01:00
windows-x86: Add --force-yes
For E: There are problems and -y was used without --force-yes on CircleCI.
This commit is contained in:
parent
8b07afd442
commit
aab9632ab6
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user