Skip to content

Commit

Permalink
add yq jless stress
Browse files Browse the repository at this point in the history
  • Loading branch information
puckpuck committed Oct 13, 2023
1 parent 4ab075d commit 06c9b83
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
FROM jonlabelle/network-tools

RUN apk add --no-cache yq \
jless \
stress-ng

RUN echo 'alias ll="ls -Ahlp"' >> ~/.bashrc
RUN echo 'alias kcurl="curl -k -H \"Authorization: Bearer $(cat /var/run/secrets/kubernetes.io/serviceaccount/token)\""' >> ~/.bashrc
RUN echo 'export KUBERNETES_API="https://$KUBERNETES_SERVICE_HOST:$KUBERNETES_SERVICE_PORT"' >> ~/.bashrc
Expand Down

0 comments on commit 06c9b83

Please sign in to comment.