Skip to content

Commit

Permalink
feat: update debugging stack with extra tools
Browse files Browse the repository at this point in the history
  • Loading branch information
youcefguichi committed Apr 28, 2024
1 parent 186c030 commit baa947c
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 wget inetutils-ping dnsutils telnet
RUN apt update && apt install -y curl wireshark tcpdump nmap iputils-ping traceroute iftop mtr iperf dnsutils

COPY . .

Expand Down

0 comments on commit baa947c

Please sign in to comment.