🗃️ Committing everything that changed 🗃️

Dockerfile
rootfs/root/docker/setup/custom
This commit is contained in:
casjay
2024-06-19 09:52:07 -04:00
parent ecf2e5f7b0
commit 4ba7f161dd
2 changed files with 7 additions and 3 deletions

View File

@@ -2,6 +2,7 @@
apt-get update &&
apt-get -y upgrade &&
apt-get install -yy mailman exim4 apache2 apache2-data apache2-utils &&
apt-get remove -y --purge --autoremove mariadb-common mysql-common bzip2 &&
apt-get clean &&
rm -rf /var/lib/apt/lists/* &&