From db0d358d27f17448147b1dae5c589c1a95335375 Mon Sep 17 00:00:00 2001 From: Daniel Winzen Date: Sun, 26 Jul 2020 21:06:57 +0200 Subject: [PATCH] Apparently ca-certificates is not always pre-installed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 466d76a..9490dba 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ DEBIAN_FRONTEND=noninteractive apt-get purge -y apache2* resolvconf exim4* nginx The following command will install all required packages: ``` -DEBIAN_FRONTEND=noninteractive apt-get --no-install-recommends install -y apt-transport-tor brotli bzip2 clamav-daemon clamav-freshclam clamav-milter curl dovecot-imapd dovecot-pop3d git dnsmasq hardlink haveged iptables libsasl2-modules locales locales-all logrotate lsb-release mariadb-server nano postfix postfix-mysql quota quotatool rsync ssh subversion tor unzip vim wget xz-utils zip zopfli +DEBIAN_FRONTEND=noninteractive apt-get --no-install-recommends install -y apt-transport-tor brotli bzip2 ca-certificates clamav-daemon clamav-freshclam clamav-milter curl dovecot-imapd dovecot-pop3d git dnsmasq hardlink haveged iptables libsasl2-modules locales locales-all logrotate lsb-release mariadb-server nano postfix postfix-mysql quota quotatool rsync ssh subversion tor unzip vim wget xz-utils zip zopfli ``` The following command will install all required build dependencies for nginx and php: ```