Moved make clean into image
This commit is contained in:
parent
db970b2db3
commit
7a1e392cbf
@ -4,8 +4,9 @@
|
||||
FROM debian:stretch
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get install sendmail sasl2-bin milter-greylist -yyq \
|
||||
&& rm -rf /var/lib/apt/lists/* /tmp/*
|
||||
&& apt-get install sendmail sasl2-bin milter-greylist -yyq \
|
||||
&& cd /etc/mail && make clean \
|
||||
&& rm -rf /var/lib/apt/lists/* /tmp/*
|
||||
|
||||
RUN useradd -rc "HUB Mail Relay" -M relay -NG mail -s /sbin/nologin && echo relay:SmTpR3l@Y | chpasswd
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user