Skip to content

Commit

Permalink
Add some more tools
Browse files Browse the repository at this point in the history
  • Loading branch information
mkumatag committed Aug 25, 2022
1 parent 9d52a14 commit 50c7d62
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
FROM quay.io/centos/centos:stream8

RUN dnf install --best --refresh -y \
tcpdump \
git \
iproute \
iptables \
iputils \
mtr \
net-tools \
strace \
tcpdump \
traceroute \
vim-enhanced \
&& dnf clean all \
&& rm -rf /var/cache/yum \

CMD ["sleep", "infinity"]

0 comments on commit 50c7d62

Please sign in to comment.