Skip to content

Commit

Permalink
added passwd, iputils
Browse files Browse the repository at this point in the history
  • Loading branch information
mbhangui committed Jul 30, 2023
1 parent f8c8a40 commit f7d6ba4
Show file tree
Hide file tree
Showing 13 changed files with 23 additions and 13 deletions.
13 changes: 11 additions & 2 deletions indimail-src/fedora.indimail-mta-web.bin
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ RUN export HOSTNAME=indimail.org MYSQL_SOCKET=/run/mysqld/mysqld.sock \
&& (set -e; \
touch /usr/local/srctmp/incomplete; \
dnf -y update && dnf -y install mysql-server mariadb httpd mod_ssl \
php php-fpm roundcubemail php-mysqlnd php-imagick passwd; \
php php-fpm roundcubemail php-mysqlnd php-imagick passwd iputils; \
cd /usr/local/srctmp; \
for i in libqmail indimail-mta tinydnssec indimail-virtualdomains indimail-docker; \
for i in libqmail indimail-mta ezmlm-idx tinydnssec indimail-virtualdomains indimail-docker; \
do cd $i; echo "updating $i";git pull; cd ..; done; \
# libqmail
cd /usr/local/srctmp/libqmail; \
Expand All @@ -28,6 +28,14 @@ RUN export HOSTNAME=indimail.org MYSQL_SOCKET=/run/mysqld/mysqld.sock \
/usr/sbin/svctool \
--config=cert --postmaster=postmaster@indimail.org \
--common_name=indimail.org > /dev/null 2>/var/log/build/cert.log; \
# ezmlm-idx ##############################
cd /usr/local/srctmp/ezmlm-idx/ezmlm-idx-x; \
./default.configure; \
sed -i 's/^cc/cc -s/' conf-ld; \
sed -i 's/^cc/cc -s/' conf-ldso; \
sed -i 's/ -g//' conf-cc; \
make && make install-strip; \
make mysql install-strip; \
# indimail-virtualdomains ##############################
cd /usr/local/srctmp/indimail-virtualdomains/indimail-x; \
./default.configure; \
Expand Down Expand Up @@ -61,6 +69,7 @@ RUN export HOSTNAME=indimail.org MYSQL_SOCKET=/run/mysqld/mysqld.sock \
make; \
make install-strip; \
cd ..; ./dnssvc; \
systemctl disable mysqld 2>/dev/null; \
/usr/libexec/indimail/roundcube_config; \
cd /; \
/bin/rm -rf /usr/local/srctmp /usr/lib64/*.la /var/log/build/build.log.gz; \
Expand Down
1 change: 1 addition & 0 deletions indimail-src/fedora.indimail-mta.bin
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ RUN export HOSTNAME=indimail.org MYSQL_SOCKET=/run/mysqld/mysqld.sock \
&& (set -e; \
touch /usr/local/srctmp/incomplete; \
dnf -y update; \
dnf -y install passwd iputils; \
cd /usr/local/srctmp; \
for i in libqmail indimail-mta ezmlm-idx tinydnssec indimail-virtualdomains indimail-docker; \
do cd $i; echo "updating $i";git pull; cd ..; done; \
Expand Down
2 changes: 1 addition & 1 deletion indimail-src/fedora.indimail-web.bin
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN export HOSTNAME=indimail.org MYSQL_SOCKET=/run/mysqld/mysqld.sock \
&& (set -e; \
touch /usr/local/srctmp/incomplete; \
dnf -y update && dnf -y install mysql-server mariadb httpd mod_ssl \
php php-fpm roundcubemail php-mysqlnd php-imagick; \
php php-fpm roundcubemail php-mysqlnd php-imagick passwd iputils; \
cd /usr/local/srctmp; \
for i in libqmail indimail-mta ezmlm-idx tinydnssec indimail-virtualdomains indimail-docker; \
do cd $i; echo "updating $i";git pull; cd ..; done; \
Expand Down
2 changes: 1 addition & 1 deletion indimail-src/fedora.indimail.bin
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ LABEL org.opencontainers.image.source https://github.com/mbhangui/indimail-docke
RUN export HOSTNAME=indimail.org MYSQL_SOCKET=/run/mysqld/mysqld.sock \
&& (set -e; \
touch /usr/local/srctmp/incomplete; \
dnf -y update && dnf -y install mysql-server mariadb; \
dnf -y update && dnf -y install passwd iputils mysql-server mariadb; \
cd /usr/local/srctmp; \
for i in libqmail indimail-mta ezmlm-idx tinydnssec indimail-virtualdomains indimail-docker; \
do cd $i; echo "updating $i";git pull; cd ..; done; \
Expand Down
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 mailx; \
dnf -y install passwd iptuils 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 mailx syslog-ng; \
dnf -y install passwd iptuils 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 s-nail; \
dnf -y install passwd iptuils 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; \
php-gd php-intl php-json php-zip php-cli passwd iptuils ; \
# 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 s-nail; \
dnf -y install passwd iptuils 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.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 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/ubi8.indimail.bin
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ RUN export HOSTNAME=indimail.org DEBIAN_FRONTEND=noninteractive \
make; \
make install-strip; \
cd ..; ./dnssvc; \
dnf -y install 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/ubi9.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 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/ubi9.indimail.bin
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ RUN export HOSTNAME=indimail.org DEBIAN_FRONTEND=noninteractive \
make; \
make install-strip; \
cd ..; ./dnssvc; \
dnf -y install 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

0 comments on commit f7d6ba4

Please sign in to comment.