mirror of
https://github.com/bokysan/docker-postfix.git
synced 2025-09-03 21:14:26 +08:00
Fix: Rename libcurl4 to libcurl4t64
This commit is contained in:
parent
f2244bafaa
commit
1fcc02381e
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ do_ubuntu() {
|
|||
apt-get install -y libsasl2-modules sasl2-bin
|
||||
apt-get install -y postfix postfix-pcre postfix-ldap
|
||||
apt-get install -y opendkim
|
||||
apt-get install -y ca-certificates tzdata supervisor rsyslog bash opendkim-tools curl libcurl4 libjsoncpp25 sasl2-bin postfix-lmdb procps logrotate cron net-tools colorized-logs netcat-openbsd ${RELEASE_SPECIFIC_PACKAGES}
|
||||
apt-get install -y ca-certificates tzdata supervisor rsyslog bash opendkim-tools curl libcurl4t64 libjsoncpp25 sasl2-bin postfix-lmdb procps logrotate cron net-tools colorized-logs netcat-openbsd ${RELEASE_SPECIFIC_PACKAGES}
|
||||
apt-get clean
|
||||
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue