We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ab075d commit 06c9b83Copy full SHA for 06c9b83
Dockerfile
@@ -1,5 +1,9 @@
1
FROM jonlabelle/network-tools
2
3
+RUN apk add --no-cache yq \
4
+ jless \
5
+ stress-ng
6
+
7
RUN echo 'alias ll="ls -Ahlp"' >> ~/.bashrc
8
RUN echo 'alias kcurl="curl -k -H \"Authorization: Bearer $(cat /var/run/secrets/kubernetes.io/serviceaccount/token)\""' >> ~/.bashrc
9
RUN echo 'export KUBERNETES_API="https://$KUBERNETES_SERVICE_HOST:$KUBERNETES_SERVICE_PORT"' >> ~/.bashrc
0 commit comments