mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
add missing OpenMP library to the docker container
This commit is contained in:
parent
01c38a4bc2
commit
30145dddcf
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ RUN echo "deb [trusted=yes] https://dl.bintray.com/hermitcore/ubuntu bionic main
|
|||
RUN apt-get -qq update
|
||||
|
||||
# Install required packets from ubuntu repository
|
||||
RUN apt-get install -y --allow-unauthenticated binutils-hermit newlib-hermit pte-hermit gcc-hermit libhermit
|
||||
RUN apt-get install -y --allow-unauthenticated binutils-hermit newlib-hermit pte-hermit gcc-hermit libhermit libomp-hermit
|
||||
|
||||
ENV PATH="/opt/hermit/bin:${PATH}"
|
||||
ENV EDITOR=vim
|
||||
|
|
Loading…
Add table
Reference in a new issue