mirror of
https://github.com/zardus/ctf-tools
synced 2024-11-10 08:24:12 +00:00
Merge pull request #108 from StevenVanAcker/docker-fix-panda
adding missing packages
This commit is contained in:
commit
8f228e3c3e
1 changed files with 3 additions and 1 deletions
|
@ -2,4 +2,6 @@
|
|||
set -eu -o pipefail
|
||||
|
||||
apt-get -y install nasm libssl-dev libpcap-dev subversion curl \
|
||||
autoconf libtool libc++-dev llvm-3.3-dev clang-3.3 unzip
|
||||
autoconf libtool libc++-dev llvm-3.3-dev clang-3.3 unzip \
|
||||
protobuf-c-compiler protobuf-compiler libprotobuf-dev pkg-config \
|
||||
libglib2.0-dev libdwarf-dev
|
||||
|
|
Loading…
Reference in a new issue