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:
parent
a5248c980c
commit
6715192900
2 changed files with 0 additions and 21 deletions
|
@ -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 \
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue