blob: 7f1cbb8dca5e1f1e6328f166e873eeeaa4f10744 [file] [log] [blame]
FROM ubuntu:16.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