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 essential tools to development container

This commit is contained in:
Steffen Vogel 2017-09-04 14:30:31 +02:00
parent 100b9f2110
commit 94e436e33f

View file

@ -48,7 +48,8 @@ RUN dnf -y install \
iproute \
python-pip \
valgrind gdb gdb-gdbserver \
xmlto rubygem-asciidoctor
xmlto rubygem-asciidoctor \
psmisc procps-ng
# 32bit versions of some standard libraries for RT-LAB code
RUN dnf -y install \