From a8cfa01a2f073e2e70b9b91af82620d66bf9d53b Mon Sep 17 00:00:00 2001 From: Youcef Guichi Date: Tue, 16 Jul 2024 14:38:09 +0200 Subject: [PATCH] add telnet --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e024c78..b5818a9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM python:3.11.9-slim WORKDIR /podbee/ -RUN apt update && apt install -y curl wireshark tcpdump nmap iputils-ping traceroute iftop mtr iperf dnsutils telnetd +RUN apt update && apt install -y curl wireshark tcpdump nmap iputils-ping traceroute iftop mtr iperf dnsutils telnet COPY . .