Skip to content
Snippets Groups Projects
Verified Commit d3585fcc authored by Daniel Hornung's avatar Daniel Hornung
Browse files

WIP: Pipeline

parent 34a52162
No related branches found
No related tags found
No related merge requests found
Checking pipeline status
...@@ -5,5 +5,5 @@ RUN apt-get update && apt-get install -y cmake git python3-pip curl ...@@ -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) # 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 mkdir -p /usr/share/man/man1
RUN apt-get install -y openjdk-17-jdk-headless RUN apt-get install -y openjdk-17-jdk-headless
RUN pip3 install --break-system-packages conan RUN pip3 install --break-system-packages conan==1.61.0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment