Commit eea9045a authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

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.
parents 207a95a0 3681aa13
......@@ -31,4 +31,6 @@ apt-get clean -y
rm -rf \
/var/cache/debconf/* \
/var/lib/apt/lists/* \
/var/log/*
/var/log/* \
/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