diff options
Diffstat (limited to 'scripts/windows-container/before_install.sh')
-rw-r--r-- | scripts/windows-container/before_install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/windows-container/before_install.sh b/scripts/windows-container/before_install.sh index b0d0e5f13..85c61f392 100644 --- a/scripts/windows-container/before_install.sh +++ b/scripts/windows-container/before_install.sh @@ -34,7 +34,7 @@ cd ${TRAVIS_BUILD_DIR}/.. mkdir -p win32 # start the container and keep it running -docker run -v $PWD/win32:/win/win32 -v $PWD/subsurface:/win/subsurface --name=builder -w /win -d dirkhh/mxe-build-container:0.6 /bin/sleep 60m +docker run -v $PWD/win32:/win/win32 -v $PWD/subsurface:/win/subsurface --name=builder -w /win -d dirkhh/mxe-build-container:0.9 /bin/sleep 60m # for some reason this package was installed but still isn't there? # hmmmm. The container doesn't seem to have libtool installed |