aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/docker/Dockerfile.debian-stretch
blob: a1f54fbe8924871c8398751881906580e7ce4891 (plain)
1
2
3
4
5
6
7
FROM debian:stretch
RUN apt-get update && apt-get install -y --no-install-recommends \
      curl ca-certificates ca-certificates-java \
      git pkg-config build-essential \
      zip unzip zlib1g-dev libarchive-dev \
      g++ gcc openjdk-8-jdk python && \
    apt-get clean