blob: 8cd1508a7dd7dd853ec222b527585ebf75ec2d35 [file] [log] [blame]
FROM ubuntu:xenial
RUN apt-get update && apt-get install -y \
zip g++ openjdk-8-jdk openjdk-8-source wget git unzip python python3 curl \
golang make \
jekyll \
reprepro devscripts dpkg-dev
ENV JAVA_HOME /usr/lib/jvm/java-8-openjdk-amd64
RUN update-ca-certificates -f