aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/cpp/test/Dockerfile.ubuntu-15.04
blob: 57aab547d6efc30fc54c8e7b66ea7c533ecb02ad (plain)
1
2
3
4
5
6
7
8
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