Commit 5ba47f73 authored by Raphael Defosseux's avatar Raphael Defosseux

[DOCKER] forcing install of procps-ng

Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@eurecom.fr>
parent 7dabd4bd
...@@ -90,6 +90,7 @@ ENV TZ=Europe/Paris ...@@ -90,6 +90,7 @@ ENV TZ=Europe/Paris
RUN yum update -y && \ RUN yum update -y && \
yum install -y --enablerepo="ubi-8-codeready-builder" \ yum install -y --enablerepo="ubi-8-codeready-builder" \
tzdata \ tzdata \
procps-ng \
psmisc \ psmisc \
net-tools \ net-tools \
libevent && \ libevent && \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment