From be84c00679a93870ea2ebbfd7f4091b0432e5f88 Mon Sep 17 00:00:00 2001 From: Gergely Risko Date: Tue, 31 Oct 2023 10:55:33 +0100 Subject: [PATCH] Add busybox-static --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 4092c91..6e34805 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,5 +5,6 @@ RUN apt-get update -q \ netcat-openbsd telnet curl socat tcpdump wget bwm-ng ssh-client openssl links bind9-dnsutils iproute2 mtr-tiny iputils-ping \ less vim git ed tmux mc apcalc bc ncdu dstat smem pv jq man-db sqlite3 \ rsync python3 \ + busybox-static \ && apt-get clean \ && rm -rf /var/lib/apt/lists/*