Merge pull request #110 from StevenVanAcker/docker-fix-qemu

Docker fix qemu
This commit is contained in:
Yan 2017-02-13 12:17:28 -08:00 committed by GitHub
commit dc8a02b22c
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
#!/bin/bash
set -e -o pipefail
curl http://wiki.qemu-project.org/download/qemu-2.8.0.tar.bz2 | tar xvj
curl http://download.qemu-project.org/qemu-2.8.0.tar.bz2 | tar xvj
cd qemu-2.8.0
source ctf-tools-venv-activate

View file

@ -1,3 +1,3 @@
#!/bin/bash -e
apt-get install -y python
apt-get install -y python pkg-config zlib1g-dev libglib2.0-dev