Merge pull request #50052 from foxyriver/clean-install

Automatic merge from submit-queue (batch tested with PRs 49805, 50052)

remove the temporary file to make the hyperkube image smaller

Remove the temporary file after apt-get install to make the hyperkube image smaller.
This commit is contained in:
Kubernetes Submit Queue
2017-08-05 12:33:01 -07:00
committed by GitHub

View File

@@ -31,4 +31,6 @@ apt-get clean -y
rm -rf \
/var/cache/debconf/* \
/var/lib/apt/lists/* \
/var/log/*
/var/log/* \
/tmp/* \
/var/tmp/*