Skip to content

Commit 1fcc023

Browse files
committed
Fix: Rename libcurl4 to libcurl4t64
1 parent f2244ba commit 1fcc023

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-scripts/postfix-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ do_ubuntu() {
2323
apt-get install -y libsasl2-modules sasl2-bin
2424
apt-get install -y postfix postfix-pcre postfix-ldap
2525
apt-get install -y opendkim
26-
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}
26+
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}
2727
apt-get clean
2828
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
2929
}

0 commit comments

Comments
 (0)