mirror of https://github.com/k3s-io/k3s
Merge pull request #38793 from euank/hyperkube-jq
Automatic merge from submit-queue (batch tested with PRs 37190, 38793) cluster/images/hyperkube: add jq for some volume plugins **What this PR does / why we need it**: Some flexvolume plugins use jq. See also https://github.com/coreos/bugs/issues/1706 It weighs in at about 400kb, so seems sane to include. **Release note**: ```release-note NONE ``` cc @luxas @pbx0pull/6/head
commit
d9aed2c5ab
|
@ -28,6 +28,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update -y \
|
|||
util-linux \
|
||||
socat \
|
||||
git \
|
||||
jq \
|
||||
nfs-common \
|
||||
glusterfs-client \
|
||||
cifs-utils \
|
||||
|
|
Loading…
Reference in New Issue