* Rebuilding for better caching * Rebuilding for better caching. Squash this commit. * Paths to dockerfiles changed. * Rebuilding for better caching. Squash this commit. * Rebuilding for better caching. Squash this commit. * Refactoring * Refactoring * fixing the screaming about duplicates in apt sources. * Vanity tagging * Vanity tagging * Try vanity again. * re-enable all versions and variants
16 lines
No EOL
318 B
Bash
Executable file
16 lines
No EOL
318 B
Bash
Executable file
#!/bin/bash
|
|
source /installers/config
|
|
cd /
|
|
apt-get remove -yqq \
|
|
perl
|
|
apt-get autoremove -y
|
|
apt-get clean
|
|
rm -rf \
|
|
/var/lib/apt/lists/* \
|
|
/tmp/* \
|
|
/var/tmp/* \
|
|
/var/cache/* \
|
|
/var/log/dpkg* \
|
|
/usr/share/doc \
|
|
/usr/share/doc-base \
|
|
/var/log/apt/term.log |