aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/docker/Dockerfile.ubuntu-16.04
blob: d70c7bbf35cb7225c3e0e380807d65fecc020b87 (plain)
1
2
3
4
5
6
7
8
FROM ubuntu:16.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