mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-30 00:00:11 +01:00
use Fedora versions of spdlog and fmtlib
This commit is contained in:
parent
bb32707979
commit
21e1b05161
1 changed files with 9 additions and 7 deletions
|
@ -67,22 +67,24 @@ RUN pip install \
|
|||
# Dependencies
|
||||
RUN dnf -y install \
|
||||
openssl-devel \
|
||||
libuuid-devel \
|
||||
libconfig-devel \
|
||||
libwebsockets-devel \
|
||||
libcurl-devel \
|
||||
jansson-devel \
|
||||
spdlog-devel \
|
||||
fmt-devel \
|
||||
libnl3-devel \
|
||||
graphviz-devel \
|
||||
protobuf-devel \
|
||||
protobuf-c-devel \
|
||||
libuuid-devel \
|
||||
libconfig-devel \
|
||||
libnl3-devel \
|
||||
libcurl-devel \
|
||||
jansson-devel \
|
||||
zeromq-devel \
|
||||
nanomsg-devel \
|
||||
librabbitmq-devel \
|
||||
mosquitto-devel \
|
||||
libibverbs-devel \
|
||||
librdmacm-devel \
|
||||
libusb-devel \
|
||||
libwebsockets-devel
|
||||
libusb-devel
|
||||
|
||||
# Add local and 64-bit locations to linker paths
|
||||
ENV echo /usr/local/lib >> /etc/ld.so.conf && \
|
||||
|
|
Loading…
Add table
Reference in a new issue