Skip to content

Commit

Permalink
add telnet
Browse files Browse the repository at this point in the history
  • Loading branch information
youcefguichi committed Jul 16, 2024
1 parent cc9e783 commit a8cfa01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 . .

Expand Down

0 comments on commit a8cfa01

Please sign in to comment.