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