Use stretch-slim

This commit is contained in:
Deon George 2019-06-13 10:22:11 +10:00
parent f460717586
commit 2ad2bfb4ad

View File

@ -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 \