mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 12:43:23 +00:00
remove temporary file after apt-get install
This commit is contained in:
parent
2495cc602f
commit
3681aa13fe
@ -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
Block a user