]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Docker: use apt-transport-https 3585/head
authorJ0WI <J0WI@users.noreply.github.com>
Fri, 25 Dec 2020 15:31:32 +0000 (15:31 +0000)
committerGitHub <noreply@github.com>
Fri, 25 Dec 2020 15:31:32 +0000 (15:31 +0000)
docker/Dockerfile

index a9665062080459ca67152139298c5a1799f577f4..cc9452a418ca57ce82b3a74489f86db767337f77 100644 (file)
@@ -11,7 +11,7 @@ RUN   set -x \
        && rm -rf "$GNUPGHOME" \
        && apt-key list > /dev/null
 
-RUN    echo "deb http://rspamd.com/apt-stable/ buster main" > /etc/apt/sources.list.d/rspamd.list
+RUN    echo "deb https://rspamd.com/apt-stable/ buster main" > /etc/apt/sources.list.d/rspamd.list
 
 RUN    apt-get update \
        && apt-get install -y rspamd \