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 8d88d30 commit c5fbfcc
Show file tree
Hide file tree
Showing 16 changed files with 23 additions and 0 deletions.
2 changes: 2 additions & 0 deletions indimail-mta/almalinux8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ RUN export HOSTNAME=indimail.org \
which \
strace \
lsof \
passwd \
iputils \
perl \
mysql-community-libs \
&& wget https://download.opensuse.org/repositories/home:mbhangui/AlmaLinux_8/home:mbhangui.repo -O /etc/yum.repos.d/indimail.repo \
Expand Down
2 changes: 2 additions & 0 deletions indimail-mta/almalinux9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ RUN export HOSTNAME=indimail.org \
which \
strace \
lsof \
passwd \
iputils \
perl \
s-nail \
mysql-community-libs \
Expand Down
1 change: 1 addition & 0 deletions indimail-mta/bionic/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ RUN export HOSTNAME=indimail.org DEBIAN_FRONTEND=noninteractive \
telnet \
strace \
lsof \
inetutils-ping \
vim \
indimail-mta \
logalert \
Expand Down
1 change: 1 addition & 0 deletions indimail-mta/centos7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ RUN export HOSTNAME=indimail.org \
which \
strace \
lsof \
inetutils-ping \
perl \
&& wget https://download.opensuse.org/repositories/home:mbhangui/CentOS_7/home:mbhangui.repo -O /etc/yum.repos.d/indimail.repo \
&& wget https://dev.mysql.com/get/mysql80-community-release-el7-3.noarch.rpm \
Expand Down
1 change: 1 addition & 0 deletions indimail-mta/debian10/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ RUN export HOSTNAME=indimail.org DEBIAN_FRONTEND=noninteractive \
telnet \
strace \
lsof \
inetutils-ping \
vim \
indimail-mta \
logalert \
Expand Down
1 change: 1 addition & 0 deletions indimail-mta/debian11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ RUN export HOSTNAME=indimail.org DEBIAN_FRONTEND=noninteractive \
telnet \
strace \
lsof \
inetutils-ping \
vim \
indimail-mta \
logalert \
Expand Down
2 changes: 2 additions & 0 deletions indimail-mta/fc36/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ RUN export HOSTNAME=indimail.org \
which \
strace \
lsof \
passwd \
iputils \
deltarpm \
indimail-mta \
logalert \
Expand Down
2 changes: 2 additions & 0 deletions indimail-mta/fc37/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ RUN export HOSTNAME=indimail.org \
which \
strace \
lsof \
passwd \
iputils \
deltarpm \
indimail-mta \
logalert \
Expand Down
2 changes: 2 additions & 0 deletions indimail-mta/fc38/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ RUN export HOSTNAME=indimail.org \
which \
strace \
lsof \
passwd \
iputils \
deltarpm \
indimail-mta \
logalert \
Expand Down
1 change: 1 addition & 0 deletions indimail-mta/focal/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ RUN export HOSTNAME=indimail.org DEBIAN_FRONTEND=noninteractive \
telnet \
strace \
lsof \
inetutils-ping \
vim \
indimail-mta \
logalert \
Expand Down
1 change: 1 addition & 0 deletions indimail-mta/jammy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ RUN export HOSTNAME=indimail.org DEBIAN_FRONTEND=noninteractive \
telnet \
strace \
lsof \
inetutils-ping \
vim \
indimail-mta \
logalert \
Expand Down
1 change: 1 addition & 0 deletions indimail-mta/leap15.4/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ RUN export HOSTNAME=indimail.org \
sudo \
strace \
lsof \
iputils \
patch \
&& zypper --non-interactive addrepo https://download.opensuse.org/repositories/home:mbhangui/openSUSE_Leap_15.4/home:mbhangui.repo \
&& zypper --non-interactive addrepo https://download.opensuse.org/repositories/server:database/15.4/server:database.repo \
Expand Down
1 change: 1 addition & 0 deletions indimail-mta/leap15.5/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ RUN export HOSTNAME=indimail.org \
sudo \
strace \
lsof \
iputils \
patch \
&& zypper --non-interactive addrepo https://download.opensuse.org/repositories/home:mbhangui/openSUSE_Leap_15.5/home:mbhangui.repo \
&& zypper --non-interactive addrepo https://download.opensuse.org/repositories/server:database/15.5/server:database.repo \
Expand Down
2 changes: 2 additions & 0 deletions indimail-mta/rockylinux8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ RUN export HOSTNAME=indimail.org \
which \
strace \
lsof \
passwd \
iputils \
perl \
mysql-community-libs \
&& wget https://download.opensuse.org/repositories/home:mbhangui/RockyLinux_8/home:mbhangui.repo -O /etc/yum.repos.d/indimail.repo \
Expand Down
2 changes: 2 additions & 0 deletions indimail-mta/rockylinux9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ RUN export HOSTNAME=indimail.org \
which \
strace \
lsof \
passwd \
iputils \
perl \
s-nail \
mysql-community-libs \
Expand Down
1 change: 1 addition & 0 deletions indimail-mta/tumbleweed/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ RUN export HOSTNAME=indimail.org \
sudo \
strace \
lsof \
iputils \
patch \
&& zypper --non-interactive addrepo https://download.opensuse.org/repositories/home:mbhangui/openSUSE_Tumbleweed/home:mbhangui.repo \
&& zypper --non-interactive addrepo https://download.opensuse.org/repositories/server:database/openSUSE_Tumbleweed/server:database.repo \
Expand Down

0 comments on commit c5fbfcc

Please sign in to comment.