1
0
Fork 0
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:
Steffen Vogel 2018-08-20 19:08:57 +02:00
parent c52c03265b
commit f72d0b6b57
3 changed files with 6 additions and 3 deletions

View file

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

View file

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

View file

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