Skip to content
Snippets Groups Projects

Fix deprecations + updates

Merged Joscha Schmiedt requested to merge f-fix-deprecations into dev
4 files
+ 9
7
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 1
1
@@ -4,7 +4,7 @@ RUN apt-get update
RUN apt-get install -y cmake
RUN apt-get install -y lcov
RUN apt-get install -y doxygen graphviz
RUN apt-get install -y clang-format-16 clang-tidy
RUN apt-get install -y clang-format-16 clang-tidy-16
RUN apt-get install -y python3-pip python3-venv
RUN apt-get install -y git
RUN apt-get install -y curl zip unzip tar
Loading