Skip to content
Snippets Groups Projects
Commit 3db7fea9 authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Add missing clang-format-10 and doxygen

parent 6f33b039
No related branches found
No related tags found
1 merge request!123Feature/tools
...@@ -44,9 +44,9 @@ RUN echo "${DOCKER_HOSTNAME}" > /etc/hostname ...@@ -44,9 +44,9 @@ RUN echo "${DOCKER_HOSTNAME}" > /etc/hostname
RUN groupadd --gid "${USER_GID}" "${USER}" RUN groupadd --gid "${USER_GID}" "${USER}"
RUN useradd --uid "${USER_ID}" --gid "${USER_GID}" --create-home --shell /bin/bash "${USER}" RUN useradd --uid "${USER_ID}" --gid "${USER_GID}" --create-home --shell /bin/bash "${USER}"
RUN apt-get update && apt-get -y upgrade && apt-get -y remove g++ gcc && apt-get -y install apt-utils gnupg gnupg2 gnupg1 wget cmake git make lcov bc pkg-config sudo RUN apt-get update && apt-get -y upgrade && apt-get -y remove g++ gcc && apt-get -y install apt-utils gnupg gnupg2 gnupg1 wget cmake git make lcov bc pkg-config sudo doxygen
RUN apt-get -y install clang-10 RUN apt-get -y install clang-10 clang-format-10
RUN apt-get -y install libparmetis-dev petsc-dev slepc-dev RUN apt-get -y install libparmetis-dev petsc-dev slepc-dev
RUN apt-get clean RUN apt-get clean
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment