Skip to content
Snippets Groups Projects
Commit c800081b authored by webmanue's avatar webmanue
Browse files

add git to development environment

parent 7c564d4c
No related branches found
No related tags found
No related merge requests found
Pipeline #81427 passed
......@@ -21,6 +21,7 @@ FROM $BASE_IMAGE
RUN apt-get update && apt-get install -y clang-format
RUN apt-get update && apt-get install -y cmake
RUN apt-get update && apt-get install -y g++
RUN apt-get update && apt-get install -y git
RUN apt-get update && apt-get install -y googletest
RUN apt-get update && apt-get install -y libboost-program-options-dev
RUN apt-get update && apt-get install -y libeigen3-dev
......@@ -28,4 +29,4 @@ RUN apt-get update && apt-get install -y ninja-build
RUN apt-get update && apt-get install -y petsc-dev
RUN apt-get update && apt-get install -y python3 python3-pip
RUN pip3 install gcovr
\ No newline at end of file
RUN pip3 install gcovr
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment