Merge pull request #102 from StevenVanAcker/docker-fix-bindead

need to install bindead before compiling p9
This commit is contained in:
Yan 2017-02-13 12:19:49 -08:00 committed by GitHub
commit ff2b752264

View file

@ -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