From c8115baa48e3213fb1ab3fc32c66297d5d5aeda4 Mon Sep 17 00:00:00 2001 From: Patrick Baxter Date: Wed, 14 Dec 2016 22:54:48 +0000 Subject: [PATCH] cluster/images/hyperkube: add jq for some volume plugins --- cluster/images/hyperkube/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/cluster/images/hyperkube/Dockerfile b/cluster/images/hyperkube/Dockerfile index 3a5f302856a..cc81f734820 100644 --- a/cluster/images/hyperkube/Dockerfile +++ b/cluster/images/hyperkube/Dockerfile @@ -28,6 +28,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update -y \ util-linux \ socat \ git \ + jq \ nfs-common \ glusterfs-client \ cifs-utils \