Skip to content
Snippets Groups Projects
Unverified Commit eb561304 authored by Florian Ruynat's avatar Florian Ruynat Committed by GitHub
Browse files

Add jmespath back to Dockerfile image (#9697)

parent 5fbbcede
No related branches found
No related tags found
No related merge requests found
...@@ -29,6 +29,7 @@ RUN python3 -m pip install --no-cache-dir \ ...@@ -29,6 +29,7 @@ RUN python3 -m pip install --no-cache-dir \
cryptography==3.4.8 \ cryptography==3.4.8 \
jinja2==2.11.3 \ jinja2==2.11.3 \
netaddr==0.7.19 \ netaddr==0.7.19 \
jmespath==1.0.1 \
MarkupSafe==1.1.1 \ MarkupSafe==1.1.1 \
&& KUBE_VERSION=$(sed -n 's/^kube_version: //p' roles/kubespray-defaults/defaults/main.yaml) \ && KUBE_VERSION=$(sed -n 's/^kube_version: //p' roles/kubespray-defaults/defaults/main.yaml) \
&& curl -LO https://storage.googleapis.com/kubernetes-release/release/$KUBE_VERSION/bin/linux/$ARCH/kubectl \ && curl -LO https://storage.googleapis.com/kubernetes-release/release/$KUBE_VERSION/bin/linux/$ARCH/kubectl \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment