1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

add missing dependency to Dockerfile

This commit is contained in:
Steffen Vogel 2018-06-29 14:34:57 +02:00
parent eb446d2ac9
commit f66af243ae

View file

@ -78,7 +78,7 @@ RUN dnf -y install \
libiec61850-devel \
librabbitmq-devel \
mosquitto-devel \
comedilib-devel
comedilib-devel comedilib
# Build & Install Criterion
RUN cd /tmp && \