Skip to content

Commit

Permalink
Merge pull request #1 from Svedrin/0-add-noping
Browse files Browse the repository at this point in the history
Add oping
  • Loading branch information
donch authored Feb 22, 2024
2 parents 0e35555 + 6e29760 commit 1f2bf9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ RUN apk update && apk add --no-cache mtr \
vim \
kubectl \
strace \
liboping \
&& rm -rf /var/cache/apk/*

COPY files/.bashrc /root/.bashrc
Expand Down
1 change: 1 addition & 0 deletions Dockerfile.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ RUN apt-get update && apt-get -y install traceroute \
bind9-dnsutils \
redis \
vim \
oping \
sysbench \
strace

Expand Down

0 comments on commit 1f2bf9e

Please sign in to comment.