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

docker: install mosquitto to dev images

This commit is contained in:
Steffen Vogel 2018-01-16 09:22:17 +01:00
parent 1ed6a1041b
commit c2d75314be
3 changed files with 8 additions and 3 deletions

View file

@ -83,7 +83,8 @@ RUN dnf -y install \
nanomsg-devel \
protobuf-c-devel \
libiec61850-devel \
librabbitmq-devel
librabbitmq-devel \
mosquitto-devel
# Build & Install Criterion
COPY thirdparty/criterion /tmp/criterion

View file

@ -82,7 +82,9 @@ RUN yum -y install \
zeromq-devel \
nanomsg-devel \
protobuf-c-devel \
libiec61850-devel
libiec61850-devel \
librabbitmq-devel \
mosquitto-devel
# Build & Install Criterion
COPY thirdparty/criterion /tmp/criterion

View file

@ -80,7 +80,9 @@ RUN apt-get update && apt-get install -y \
libjansson-dev \
libzmq3-dev \
libnanomsg-dev \
libprotobuf-c-dev
libprotobuf-c-dev \
librabbitmq-dev \
libmosquitto-dev
# Build & Install Criterion
COPY thirdparty/criterion /tmp/criterion