Skip to content

Commit

Permalink
fix tcpdump
Browse files Browse the repository at this point in the history
  • Loading branch information
eumel8 committed Sep 27, 2024
1 parent 65e3597 commit c9ea585
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ RUN apt-get update && \
vim \
wget && \
rm -rf /var/lib/apt/lists/* && \
mv /usr/sbin/tcpdump /usr/bin/tcpdump && \
mv /usr/sbin/traceroute /usr/bin/traceroute && \
curl -sLf https://get.docker.com/builds/Linux/x86_64/docker-1.10.3 > /usr/bin/docker && \
chmod +x /usr/bin/docker && \
Expand Down

0 comments on commit c9ea585

Please sign in to comment.