We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 510a9ba commit 1fc207fCopy full SHA for 1fc207f
1 file changed
Dockerfile
@@ -5,6 +5,7 @@ RUN sudo apt-get -y update && \
5
python3-pip \
6
pipenv \
7
cmake \
8
+ jq \
9
bash-completion
10
11
RUN sudo wget "https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl" -O /usr/local/bin/kubectl && \
0 commit comments