Commit e8b53628 authored by Alex Mohr's avatar Alex Mohr

Merge pull request #12671 from mikeln/master

Much smaller hyperkube image creation
parents 654dd38b a90e3beb
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
......
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