Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nismoau authored Mar 24, 2021
1 parent 4f2f874 commit 4c515f7
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
@@ -1,6 +1,6 @@
FROM ubuntu:latest
RUN apt update
RUN apt install -y curl wget bash nano net-tools fping iperf mz nmap netcat traceroute net-tools tcpdump termshark dnsutils iputils-ping libpcap-dev vnstat iftop iptraf nginx
RUN apt install -y curl wget bash nano net-tools fping iperf mz nmap netcat traceroute net-tools tcpdump termshark dnsutils iputils-ping libpcap-dev vnstat iftop iptraf nginx lsof
COPY ./files/mreceive /usr/local/sbin/
COPY ./files/msend /usr/local/sbin/
COPY ./files/udpreplay /usr/local/bin/
Expand Down

0 comments on commit 4c515f7

Please sign in to comment.