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:
parent
1ed6a1041b
commit
c2d75314be
3 changed files with 8 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue