mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-30 00:00:11 +01:00
ci: add missing rabbitmq broker for integration tests
This commit is contained in:
parent
c52c03265b
commit
f72d0b6b57
3 changed files with 6 additions and 3 deletions
|
@ -52,7 +52,8 @@ RUN dnf -y install \
|
|||
python-pip \
|
||||
valgrind gdb gdb-gdbserver \
|
||||
xmlto dblatex rubygem-asciidoctor \
|
||||
psmisc procps-ng
|
||||
psmisc procps-ng \
|
||||
rabbitmq-server mosquitto
|
||||
|
||||
# Tools for debugging, coverage, profiling
|
||||
RUN pip install \
|
||||
|
|
|
@ -60,7 +60,8 @@ RUN yum -y install \
|
|||
iproute \
|
||||
python-pip \
|
||||
valgrind gdb gdb-gdbserver \
|
||||
xmlto rubygem-asciidoctor
|
||||
xmlto rubygem-asciidoctor \
|
||||
rabbitmq-server mosquitto
|
||||
|
||||
# Tools for debugging, coverage, profiling
|
||||
RUN pip install \
|
||||
|
|
|
@ -53,7 +53,8 @@ RUN apt-get update && apt-get install -y \
|
|||
iproute2 \
|
||||
python-pip \
|
||||
valgrind gdb gdbserver \
|
||||
xmlto asciidoctor
|
||||
xmlto asciidoctor \
|
||||
rabbitmq-server mosquitto
|
||||
|
||||
# Tools for debugging, coverage, profiling
|
||||
RUN pip install \
|
||||
|
|
Loading…
Add table
Reference in a new issue