Docker-PHP/marshall/installers/999_cleanup.sh

10 lines
155 B
Bash
Raw Normal View History

2019-06-11 14:59:58 +00:00
#!/bin/bash
2019-08-14 15:34:54 +00:00
source /installers/config
2019-06-11 14:59:58 +00:00
cd /
apt-get autoremove -y
apt-get clean
rm -rf \
/var/lib/apt/lists/* \
/tmp/* \
/var/tmp/*