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:
parent
c30009b96f
commit
34170b1ace
3 changed files with 3 additions and 3 deletions
|
@ -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 \
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue