blob: 98e09594e01dea9a35150469d97790a2fef2c791 [file] [log] [blame]
FROM ubuntu:15.04
RUN apt-get update && \
apt-get install -y --no-install-recommends \
curl ca-certificates ca-certificates-java \
git pkg-config \
zip unzip zlib1g-dev libarchive-dev \
g++ gcc openjdk-8-jdk python && \
apt-get clean