Smaller hyperkube image...fix git flub

This commit is contained in:
Mikel Nelson 2015-09-10 17:44:10 -07:00
parent e46c940cae
commit a90e3beb0f

View File

@ -1,7 +1,14 @@
FROM debian:jessie
RUN apt-get update
RUN apt-get -yy -q install iptables ca-certificates file util-linux
RUN DEBIAN_FRONTEND=noninteractive apt-get update -y \
&& DEBIAN_FRONTEND=noninteractive apt-get -yy -q \
install \
iptables \
ca-certificates \
file \
util-linux \
&& DEBIAN_FRONTEND=noninteractive apt-get autoremove -y \
&& DEBIAN_FRONTEND=noninteractive apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
RUN cp /usr/bin/nsenter /nsenter