add openmp lib to dockerfiles
This commit is contained in:
parent
7672adeec7
commit
3d2e79da7f
7 changed files with 11 additions and 5 deletions
|
@ -16,7 +16,7 @@ RUN make -j$(nproc)
|
|||
FROM ubuntu:$UBUNTU_VERSION as runtime
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y libcurl4-openssl-dev
|
||||
apt-get install -y libcurl4-openssl-dev libgomp1
|
||||
|
||||
COPY --from=build /app/server /server
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue