Skip to content

Commit

Permalink
Add jmespath back to Dockerfile image (kubernetes-sigs#9697)
Browse files Browse the repository at this point in the history
  • Loading branch information
floryut authored and Kevin Huang committed Jan 30, 2023
1 parent aae1ee9 commit c3822b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ RUN python3 -m pip install --no-cache-dir \
cryptography==3.4.8 \
jinja2==2.11.3 \
netaddr==0.7.19 \
jmespath==1.0.1 \
MarkupSafe==1.1.1 \
&& 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 \
Expand Down

0 comments on commit c3822b8

Please sign in to comment.