mirror of
https://github.com/zardus/ctf-tools
synced 2024-11-10 08:24:12 +00:00
Merge pull request #102 from StevenVanAcker/docker-fix-bindead
need to install bindead before compiling p9
This commit is contained in:
commit
ff2b752264
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ INST_DIR="$PWD"
|
|||
[ -e bindead ] || git clone --depth 1 https://bitbucket.org/mihaila/bindead.git
|
||||
cd bindead
|
||||
JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64/jre ./build.sh
|
||||
mvn install
|
||||
cd ..
|
||||
|
||||
[ -e p9 ] || git clone --depth 1 https://bitbucket.org/mihaila/p9.git
|
||||
|
|
Loading…
Reference in a new issue