From 2ad2bfb4ada5a2323e4888d80c494750fe9ab309 Mon Sep 17 00:00:00 2001 From: Deon George Date: Thu, 13 Jun 2019 10:22:11 +1000 Subject: [PATCH] Use stretch-slim --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 76cce40..04253ad 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # NAME leenooks/rspamd # VERSION latest -FROM debian:stretch +FROM debian:stretch-slim RUN apt-get update \ && apt-get install curl gnupg2 procps -yyq \