mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
h5pt: add libhdf to Dockerfiles
This commit is contained in:
parent
22e450d9b1
commit
4a0cb738a0
2 changed files with 2 additions and 0 deletions
|
@ -70,6 +70,7 @@ RUN dnf -y install \
|
|||
libnl3-devel \
|
||||
libcurl-devel \
|
||||
jansson-devel \
|
||||
hdf5-devel \
|
||||
libwebsockets-devel \
|
||||
zeromq-devel \
|
||||
nanomsg-devel \
|
||||
|
|
|
@ -74,6 +74,7 @@ RUN apt-get update && apt-get install -y \
|
|||
libnl-3-dev libnl-route-3-dev \
|
||||
libcurl4-openssl-dev \
|
||||
libjansson-dev \
|
||||
libhdf5-dev \
|
||||
libzmq3-dev \
|
||||
libnanomsg-dev
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue