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