blob: ca8485ac97b6fa1f27aad158d2230f96853fbf33 [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
ENV JAVA_HOME /usr/lib/jvm/java-8-openjdk-amd64
RUN apt-get install -y golang make
RUN apt-get update
RUN apt-get install -y jekyll
RUN apt-get install -y reprepro
RUN apt-get install -y devscripts
RUN update-ca-certificates -f