Commit fe411b0a authored by Harry Fei's avatar Harry Fei Committed by GitHub

Add glusterfs-client in hyperkube image.

To make glusterfs volume workable when running kubernetes in a docker container.
parent fc466743
......@@ -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/*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment