commit 29279b8: [Minor] Docker: use apt-transport-https

GitHub noreply at github.com
Sun Dec 27 19:35:06 UTC 2020


Author: J0WI
Date: 2020-12-25 15:31:32 +0000
URL: https://github.com/rspamd/rspamd/commit/29279b89c7cf371062c082deecf8092cf6de674e (refs/pull/3585/head)

[Minor] Docker: use apt-transport-https

---
 docker/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/Dockerfile b/docker/Dockerfile
index a96650620..cc9452a41 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -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 \


More information about the Commits mailing list