🗃️ Committing everything that changed 🗃️

Dockerfile
rootfs/root/docker/setup/packages
This commit is contained in:
casjay 2024-06-19 09:27:04 -04:00
parent 11bb544e05
commit 6787e2aad5
Signed by untrusted user who does not match committer: jason
GPG Key ID: 1AB309F42A764145
2 changed files with 1 additions and 2 deletions

View File

@ -46,7 +46,7 @@ ARG DEFAULT_TEMPLATE_DIR
ARG DISTRO_VERSION ARG DISTRO_VERSION
ARG PHP_VERSION ARG PHP_VERSION
ARG PACK_LIST="bash mailman exim4 apache2 apache2-data apache2-utils curl \ ARG PACK_LIST="bash mailman3-full exim4 apache2 apache2-data apache2-utils curl \
" "
ENV ENV=~/.bashrc ENV ENV=~/.bashrc

View File

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