mirror of https://github.com/k3s-io/k3s
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
commit
eea9045a3d
|
@ -31,4 +31,6 @@ apt-get clean -y
|
|||
rm -rf \
|
||||
/var/cache/debconf/* \
|
||||
/var/lib/apt/lists/* \
|
||||
/var/log/*
|
||||
/var/log/* \
|
||||
/tmp/* \
|
||||
/var/tmp/*
|
||||
|
|
Loading…
Reference in New Issue