mirror of
https://github.com/stilleshan/dockerfiles.git
synced 2025-09-26 21:01:15 +08:00
8 lines
137 B
Bash
8 lines
137 B
Bash
#!/usr/bin/env bash
|
|
|
|
## remove logs (each bootstrap)
|
|
rm -rf -- /var/log/*
|
|
rm -rf -- /var/tmp/*
|
|
rm -rf -- /tmp/*
|
|
rm -rf -- /root/.profile
|