blob: 29afce789cc950769af0184af64d93ab8a797c9c [file] [log] [blame]
FROM ubuntu:wily
RUN apt-get update
RUN apt-get install -y zip g++ openjdk-8-jdk openjdk-8-source wget git unzip python python3 curl dpkg-dev
ENV JAVA_HOME /usr/lib/jvm/java-8-openjdk-amd64