Add glusterfs-client in hyperkube image.

To make glusterfs volume workable when running kubernetes in a docker container.
pull/6/head
Harry Fei 2016-09-15 01:50:27 +08:00 committed by GitHub
parent fc466743a8
commit fe411b0a61
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update -y \
socat \
git \
nfs-common \
glusterfs-client \
&& DEBIAN_FRONTEND=noninteractive apt-get upgrade -y \
&& DEBIAN_FRONTEND=noninteractive apt-get autoremove -y \
&& DEBIAN_FRONTEND=noninteractive apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*