From cdc488a7c31f9b6ce6cb51ddba079e2cffc32116 Mon Sep 17 00:00:00 2001 From: Alexey Belaytzev Date: Mon, 27 May 2019 18:11:00 +0300 Subject: [PATCH] Update Dockerfile add ca-certificates for support tls in msmtp --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c80d09c..6eade97 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ ENV RSYNC_BPC_VERSION 3.1.2.0 ENV PAR2_VERSION v0.8.0 # Install backuppc runtime dependencies -RUN apk --no-cache --update add python3 rsync bash perl perl-archive-zip perl-xml-rss perl-cgi perl-file-listing expat samba-client iputils openssh openssl rrdtool ttf-dejavu msmtp lighttpd lighttpd-mod_auth gzip apache2-utils tzdata libstdc++ libgomp shadow \ +RUN apk --no-cache --update add python3 rsync bash perl perl-archive-zip perl-xml-rss perl-cgi perl-file-listing expat samba-client iputils openssh openssl rrdtool ttf-dejavu msmtp lighttpd lighttpd-mod_auth gzip apache2-utils tzdata libstdc++ libgomp shadow ca-certificates \ # Install backuppc build dependencies && apk --no-cache --update --virtual build-dependencies add gcc g++ libgcc linux-headers autoconf automake make git patch perl-dev python3-dev expat-dev acl-dev attr-dev popt-dev curl wget \ # Install supervisor