1
0
Fork 0
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:
Steffen Vogel 2020-07-01 15:46:51 +02:00
parent bb32707979
commit 21e1b05161

View file

@ -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 && \