From 031c4c3b39dfb8f722914545ddfc95df3648639c Mon Sep 17 00:00:00 2001 From: Joscha Schmiedt <joscha@schmiedt.dev> Date: Wed, 14 Aug 2024 09:22:43 +0200 Subject: [PATCH] PIPELINE: Add zip and tar to Docker image --- .docker/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.docker/Dockerfile b/.docker/Dockerfile index df8ef0a..320a6e2 100644 --- a/.docker/Dockerfile +++ b/.docker/Dockerfile @@ -7,7 +7,8 @@ RUN apt-get install -y doxygen graphviz RUN apt-get install -y clang-format-11 clang-tidy-11 RUN apt-get install -y python3-pip RUN apt-get install -y git -RUN apt-get install -y curl +RUN apt-get install -y curl zip unzip tar + RUN apt-get install -y openjdk-11-jdk-headless -- GitLab