mirror of
https://github.com/zardus/ctf-tools
synced 2024-12-13 14:32:34 +00:00
Merge pull request #110 from StevenVanAcker/docker-fix-qemu
Docker fix qemu
This commit is contained in:
commit
dc8a02b22c
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#!/bin/bash -e
|
||||
|
||||
apt-get install -y python
|
||||
apt-get install -y python pkg-config zlib1g-dev libglib2.0-dev
|
||||
|
|
Loading…
Reference in a new issue