mirror of
https://github.com/casjaysdevdocker/mailman
synced 2025-01-18 00:34:30 -05:00
🗃️ Committing everything that changed 🗃️
Dockerfile rootfs/root/docker/setup/packages
This commit is contained in:
parent
11bb544e05
commit
6787e2aad5
@ -46,7 +46,7 @@ ARG DEFAULT_TEMPLATE_DIR
|
||||
ARG DISTRO_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
|
||||
|
@ -2,7 +2,6 @@
|
||||
|
||||
apt-get update &&
|
||||
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 clean &&
|
||||
rm -rf /var/lib/apt/lists/* &&
|
||||
|
Loading…
x
Reference in New Issue
Block a user