From 1583690e7d075700ecd52651783d35966d70d9d5 Mon Sep 17 00:00:00 2001 From: Daniel Ecer <de-code@users.noreply.github.com> Date: Mon, 13 Apr 2020 11:22:37 +0200 Subject: [PATCH] adde gcc, g++ and python3-dev (#26) --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4a48f91..16d96f8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,8 @@ FROM openjdk:8-jre-stretch RUN apt-get update \ && apt-get install --assume-yes --no-install-recommends \ - wget unzip libxml2 rename python3-minimal python3-venv libpython3-stdlib \ + wget unzip libxml2 rename gcc g++ \ + python3-minimal python3-venv libpython3-stdlib python3-dev \ && rm -rf /var/lib/apt/lists/* # install gcloud to make it easier to access cloud storage -- GitLab