Skip to content
Snippets Groups Projects
Commit ae05d616 authored by Christoph Alt's avatar Christoph Alt
Browse files

Installing libomp package in build docker container

parent 8a9bb72a
No related branches found
No related tags found
No related merge requests found
Pipeline #54806 passed
......@@ -14,7 +14,8 @@ RUN apt-get install -y \
tox \
build-essential \
clang \
gcc && \
gcc \
libomp-dev && \
rm -rf /var/lib/apt/lists/* && \
apt-get clean
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment