mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-01-22 22:25:41 +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:
|
# 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 \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user