add missing apt-get update

master
Jorge Aparicio 2016-08-13 19:30:30 -05:00
parent c34b356c44
commit 9bee966c00
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ install_qemu() {
case ${QEMU_ARCH:-$TRAVIS_OS_NAME} in
i386)
dpkg --add-architecture $QEMU_ARCH
apt-get update
apt-get install -y --no-install-recommends \
binfmt-support qemu-user-static:$QEMU_ARCH
;;