mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Travis: fix the windows-container build
Call apt update before trying to install things. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
779e33be5d
commit
094ab67d23
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ docker run -v $PWD/win32:/win/win32 -v $PWD/subsurface:/win/subsurface --name=bu
|
|||
|
||||
# for some reason this package was installed but still isn't there?
|
||||
# hmmmm. The container doesn't seem to have libtool installed
|
||||
docker exec -t builder apt-get update
|
||||
docker exec -t builder apt-get install -y ca-certificates libtool
|
||||
|
||||
# now set up our other dependencies
|
||||
|
|
Loading…
Add table
Reference in a new issue