Skip to content

Commit 06c9b83

Browse files
committed
add yq jless stress
1 parent 4ab075d commit 06c9b83

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Dockerfile

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
FROM jonlabelle/network-tools
22

3+
RUN apk add --no-cache yq \
4+
jless \
5+
stress-ng
6+
37
RUN echo 'alias ll="ls -Ahlp"' >> ~/.bashrc
48
RUN echo 'alias kcurl="curl -k -H \"Authorization: Bearer $(cat /var/run/secrets/kubernetes.io/serviceaccount/token)\""' >> ~/.bashrc
59
RUN echo 'export KUBERNETES_API="https://$KUBERNETES_SERVICE_HOST:$KUBERNETES_SERVICE_PORT"' >> ~/.bashrc

0 commit comments

Comments
 (0)