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

docker: add netcat to image

This commit is contained in:
Steffen Vogel 2018-10-20 14:21:07 +02:00
parent c30009b96f
commit 34170b1ace
3 changed files with 3 additions and 3 deletions

View file

@ -50,7 +50,7 @@ RUN dnf -y install \
doxygen dia graphviz \
openssh-clients \
rpmdevtools rpm-build \
jq \
jq netcat \
iproute \
python-pip \
valgrind gdb gdb-gdbserver \

View file

@ -55,7 +55,7 @@ RUN yum -y install \
doxygen dia graphviz \
openssh-clients \
rpmdevtools rpm-build \
jq \
jq netcat \
iproute \
python-pip \
valgrind gdb gdb-gdbserver \

View file

@ -49,7 +49,7 @@ RUN apt-get update && apt-get install -y \
RUN apt-get update && apt-get install -y \
doxygen dia graphviz \
openssh-client \
jq \
jq netcat \
iproute2 \
python-pip \
valgrind gdb gdbserver \