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

fix Dockerfiles for new deps script

This commit is contained in:
Steffen Vogel 2020-06-06 22:47:36 +02:00
parent a5248c980c
commit 6715192900
2 changed files with 0 additions and 21 deletions

View file

@ -49,11 +49,6 @@ RUN dnf -y install \
texinfo git mercurial curl tar \
protobuf-compiler protobuf-c-compiler
# Tools for debugging, coverage, profiling
RUN pip install \
gcovr \
protobuf
# Dependencies
RUN dnf -y install \
openssl-devel \

View file

@ -46,22 +46,6 @@ RUN apt-get update && apt-get install -y \
flex bison \
protobuf-compiler protobuf-c-compiler
# Several tools only needed for developement and testing
RUN apt-get update && apt-get install -y \
doxygen dia graphviz \
openssh-client \
jq netcat \
iproute2 \
python-pip \
valgrind gdb gdbserver \
xmlto asciidoctor \
rabbitmq-server mosquitto
# Tools for debugging, coverage, profiling
RUN pip install \
gcovr \
protobuf
# Dependencies
RUN apt-get update && apt-get install -y \
libssl-dev \