Skip to content

Commit

Permalink
Install procps
Browse files Browse the repository at this point in the history
  • Loading branch information
horjulf authored and bokysan committed Oct 29, 2023
1 parent cd8147a commit f679500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-scripts/postfix-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ do_ubuntu() {
apt-get install -y libsasl2-modules sasl2-bin
apt-get install -y postfix
apt-get install -y opendkim
apt-get install -y ca-certificates tzdata supervisor rsyslog bash opendkim-tools curl libcurl4 libjsoncpp25 sasl2-bin postfix-lmdb logrotate cron net-tools ${RELEASE_SPECIFIC_PACKAGES}
apt-get install -y ca-certificates tzdata supervisor rsyslog bash opendkim-tools curl libcurl4 libjsoncpp25 sasl2-bin postfix-lmdb procps logrotate cron net-tools ${RELEASE_SPECIFIC_PACKAGES}
apt-get clean
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
}
Expand Down

0 comments on commit f679500

Please sign in to comment.