Mentions légales du service

Skip to content
Snippets Groups Projects
Commit a43e16b4 authored by PRUVOST Florent's avatar PRUVOST Florent
Browse files

Add cppcheck and slepc in docker image

parent c6bd6967
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ RUN apt-get -y upgrade --no-install-recommends \
# linux base packages
bash ca-certificates cpio sudo vim wget \
# dev tools
bison flex git pkg-config python-is-python3 \
bison cppcheck flex git pkg-config python-is-python3 \
# C/Fortran compiling tools
build-essential cmake cmake-data cmake-curses-gui gfortran
......@@ -30,7 +30,8 @@ RUN apt-get -y upgrade --no-install-recommends \
libsimgrid-dev \
libstarpu-dev \
libsuitesparse-dev \
petsc-dev
petsc-dev \
slepc-dev
RUN apt-get autoremove -y
RUN apt-get autoclean -y
......
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