Add openssh-client to the debian-hyperkube-base image

This commit is contained in:
Jeff Grafton
2017-10-19 11:57:29 -07:00
parent 1274902a3d
commit 71624d85fa
4 changed files with 15 additions and 14 deletions

View File

@@ -20,20 +20,21 @@ FROM BASEIMAGE
RUN ln -s /bin/sh /bin/bash
RUN echo CACHEBUST>/dev/null && clean-install \
iptables \
ca-certificates \
ceph-common \
cifs-utils \
conntrack \
e2fsprogs \
ebtables \
ethtool \
kmod \
ca-certificates \
conntrack \
util-linux \
socat \
git \
jq \
nfs-common \
glusterfs-client \
cifs-utils \
ceph-common
iptables \
jq \
kmod \
openssh-client \
nfs-common \
socat \
util-linux
COPY cni-bin/bin /opt/cni/bin

View File

@@ -19,7 +19,7 @@
REGISTRY?=gcr.io/google-containers
IMAGE?=debian-hyperkube-base
TAG=0.5
TAG=0.6
ARCH?=amd64
CACHEBUST?=1