remove temporary file after apt-get install

This commit is contained in:
foxyriver 2017-08-03 09:50:56 +08:00
parent 2495cc602f
commit 3681aa13fe

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/*