From 34a521625170024a814ca3dc58a07dff824cafb1 Mon Sep 17 00:00:00 2001 From: Daniel <d.hornung@indiscale.com> Date: Thu, 16 May 2024 12:49:16 +0200 Subject: [PATCH] WIP: Pipeline --- .docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.docker/Dockerfile b/.docker/Dockerfile index f7634de..149eec5 100644 --- a/.docker/Dockerfile +++ b/.docker/Dockerfile @@ -5,5 +5,5 @@ RUN apt-get update && apt-get install -y cmake git python3-pip curl # Dirty workaround for java not linking to the correct manpage directory (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=863199) RUN mkdir -p /usr/share/man/man1 RUN apt-get install -y openjdk-17-jdk-headless -RUN pip3 install conan +RUN pip3 install --break-system-packages conan -- GitLab