Skip to content

Commit

Permalink
Add more tools
Browse files Browse the repository at this point in the history
  • Loading branch information
duyhenryer committed Jan 26, 2024
1 parent 110c3a7 commit 29fe7f8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,19 @@ LABEL version="1.0"

WORKDIR /workspace

# timezone support
ENV TZ=UTC
RUN apk add --update tzdata --no-cache &&\
cp /usr/share/zoneinfo/${TZ} /etc/localtime &&\
echo $TZ > /etc/timezone

RUN apk add --no-cache --update \
bash \
conntrack-tools \
coreutils \
curl \
jq \
yq \
nano \
drill \
iperf3 \
Expand All @@ -28,5 +36,6 @@ RUN apk add --no-cache --update \
tcpdump \
tcptraceroute \
traceroute \
bind-tools \
busybox-extras \
lz4 zstd

0 comments on commit 29fe7f8

Please sign in to comment.