Skip to content

Commit

Permalink
updated dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
mbhangui committed Aug 30, 2023
1 parent f6f23f9 commit e35932c
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion indimail-src/stream8.indimail-mta.bin
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ RUN export HOSTNAME=indimail.org DEBIAN_FRONTEND=noninteractive \
make; \
make install-strip; \
cd ..; ./dnssvc; \
dnf -y install passwd iptuils mailx; \
dnf -y install passwd iputils mailx; \
cd /; \
/bin/rm -rf /usr/local/srctmp /usr/lib/libeps.la /usr/lib/libindimail.la \
/usr/lib/libqmail.la /usr/lib/libdkim2.la /usr/lib/libflash.la \
Expand Down
2 changes: 1 addition & 1 deletion indimail-src/stream8.indimail.bin
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ RUN export HOSTNAME=indimail.org DEBIAN_FRONTEND=noninteractive \
make; \
make install-strip; \
cd ..; ./dnssvc; \
dnf -y install passwd iptuils mailx syslog-ng; \
dnf -y install passwd iputils mailx syslog-ng; \
cd /; \
/bin/rm -rf /usr/local/srctmp /usr/lib/libeps.la /usr/lib/libindimail.la \
/usr/lib/libqmail.la /usr/lib/libdkim2.la /usr/lib/libflash.la \
Expand Down
2 changes: 1 addition & 1 deletion indimail-src/stream9.indimail-mta.bin
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ RUN export HOSTNAME=indimail.org DEBIAN_FRONTEND=noninteractive \
make; \
make install-strip; \
cd ..; ./dnssvc; \
dnf -y install passwd iptuils s-nail; \
dnf -y install passwd iputils s-nail; \
cd /; \
/bin/rm -rf /usr/local/srctmp /usr/lib/libeps.la /usr/lib/libindimail.la \
/usr/lib/libqmail.la /usr/lib/libdkim2.la /usr/lib/libflash.la \
Expand Down
2 changes: 1 addition & 1 deletion indimail-src/stream9.indimail-web.bin
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN export HOSTNAME=indimail.org MYSQL_SOCKET=/run/mysqld/mysqld.sock \
&& dnf -y update \
&& dnf -y install perl httpd mod_ssl php php-fpm php-mysqlnd \
php-imagick php-mcrypt php-mbstring php-xml php-xmlrpc \
php-gd php-intl php-json php-zip php-cli passwd iptuils ; \
php-gd php-intl php-json php-zip php-cli passwd iputils ; \
# Git
cd /usr/local/srctmp; \
for i in libqmail indimail-mta ezmlm-idx tinydnssec indimail-virtualdomains indimail-docker; \
Expand Down
2 changes: 1 addition & 1 deletion indimail-src/stream9.indimail.bin
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ RUN export HOSTNAME=indimail.org DEBIAN_FRONTEND=noninteractive \
make; \
make install-strip; \
cd ..; ./dnssvc; \
dnf -y install passwd iptuils s-nail; \
dnf -y install passwd iputils s-nail; \
cd /; \
/bin/rm -rf /usr/local/srctmp /usr/lib/libeps.la /usr/lib/libindimail.la \
/usr/lib/libqmail.la /usr/lib/libdkim2.la /usr/lib/libflash.la \
Expand Down
2 changes: 1 addition & 1 deletion indimail-src/ubi8.src
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ RUN export HOSTNAME=indimail.org MYSQL_SOCKET=/run/mysqld/mysqld.sock \
openssl-devel openldap-devel ncurses-devel gdbm-devel libidn-devel pcre-devel pcre2-devel \
libsodium-devel libdb-devel pam-devel libgcrypt-devel \
diffutils coreutils which chkconfig procps psmisc flex less cronie xmlto \
file sed wget bzip2 vim \
file sed wget bzip2 vim passwd \
&& (set -e; \
touch /usr/local/srctmp/incomplete; \
cd /usr/local/srctmp; \
Expand Down
2 changes: 1 addition & 1 deletion indimail-src/ubi9.src
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN export HOSTNAME=indimail.org MYSQL_SOCKET=/run/mysqld/mysqld.sock \
openssl-devel openldap-devel ncurses-devel libidn-devel pcre-devel pcre2-devel \
findutils libsodium-devel libdb-devel libgcrypt-devel krb5-devel \
diffutils coreutils which chkconfig procps psmisc less cronie \
file sed wget bzip2 vim \
file sed wget bzip2 vim passwd \
&& (set -e; \
touch /usr/local/srctmp/incomplete; \
# mrtg
Expand Down
2 changes: 1 addition & 1 deletion webmail/bionic/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ RUN export HOSTNAME=indimail.org DEBIAN_FRONTEND=noninteractive \
&& update-alternatives --config mta \
&& mkdir -p /var/log/build \
&& (set -e; \
a2enmod proxy_fcgi setenvif; \
a2enmod proxy_fcgi setenvif ssl; \
a2enconf php7.2-fpm; \
systemctl enable apache2; \
wget -nv \
Expand Down
2 changes: 1 addition & 1 deletion webmail/jammy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ RUN export HOSTNAME=indimail.org DEBIAN_FRONTEND=noninteractive \
&& update-alternatives --config mta \
&& mkdir -p /var/log/build \
&& (set -e; \
a2enmod proxy_fcgi setenvif; \
a2enmod proxy_fcgi setenvif ssl; \
a2enconf php8.1-fpm; \
systemctl enable apache2; \
wget -nv \
Expand Down
2 changes: 1 addition & 1 deletion webmail/lunar/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ RUN export HOSTNAME=indimail.org DEBIAN_FRONTEND=noninteractive \
&& update-alternatives --config mta \
&& mkdir -p /var/log/build \
&& (set -e; \
a2enmod proxy_fcgi setenvif; \
a2enmod proxy_fcgi setenvif ssl; \
a2enconf php8.1-fpm; \
systemctl enable apache2; \
wget -nv \
Expand Down

0 comments on commit e35932c

Please sign in to comment.