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.
pull/6/head
Kubernetes Submit Queue 2017-08-05 12:33:01 -07:00 committed by GitHub
commit eea9045a3d
1 changed files with 3 additions and 1 deletions

View File

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