Add missing libomp-dev in docker image

This commit is contained in:
William F Godoy 2022-05-18 17:27:56 -04:00
parent 8fcb67eed0
commit b0084ee3ae
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ RUN export DEBIAN_FRONTEND=noninteractive &&\
clang \
clang-format \
clang-tidy \
libomp-dev \
gcovr \
python3 \
cmake \