From e128cf0cdad8fcaa402c2d2cfde870c30e6bdaf7 Mon Sep 17 00:00:00 2001 From: TheSpad Date: Wed, 1 Mar 2023 11:20:37 +0000 Subject: [PATCH] Add netcat-openbsd --- Dockerfile | 2 +- Dockerfile.aarch64 | 2 +- Dockerfile.armhf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3f29907..e701e9f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -79,7 +79,7 @@ RUN \ coreutils \ curl \ jq \ - procps \ + netcat-openbsd \ shadow \ tzdata && \ echo "**** create abc user and make our folders ****" && \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index a74e825..c1516cf 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -79,7 +79,7 @@ RUN \ coreutils \ curl \ jq \ - procps \ + netcat-openbsd \ shadow \ tzdata && \ echo "**** create abc user and make our folders ****" && \ diff --git a/Dockerfile.armhf b/Dockerfile.armhf index 7560561..d513a8f 100644 --- a/Dockerfile.armhf +++ b/Dockerfile.armhf @@ -79,7 +79,7 @@ RUN \ coreutils \ curl \ jq \ - procps \ + netcat-openbsd \ shadow \ tzdata && \ echo "**** create abc user and make our folders ****" && \