diff --git a/Dockerfile b/Dockerfile index 1ef5b63..a9231f8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -79,6 +79,7 @@ RUN \ curl \ jq \ netcat-openbsd \ + procps \ shadow \ tzdata && \ echo "**** create abc user and make our folders ****" && \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 5b6523e..6869bba 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -79,6 +79,7 @@ RUN \ curl \ jq \ netcat-openbsd \ + procps \ shadow \ tzdata && \ echo "**** create abc user and make our folders ****" && \ diff --git a/Dockerfile.armhf b/Dockerfile.armhf index d0d2abe..e3e756d 100644 --- a/Dockerfile.armhf +++ b/Dockerfile.armhf @@ -79,6 +79,7 @@ RUN \ curl \ jq \ netcat-openbsd \ + procps \ shadow \ tzdata && \ echo "**** create abc user and make our folders ****" && \