Skip to content
Snippets Groups Projects

overview startpage

Open Sina Rohde requested to merge f-overview into dev
3 files
+ 33
9
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 2
2
FROM julia:1.6
FROM julia:1.6-bullseye
RUN apt-get update && apt-get install -y cmake git python3-pip curl
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-11-jdk-headless
RUN apt-get install -y openjdk-11-jdk-headless
RUN pip3 install conan
RUN pip3 install conan==1.60.1
Loading