Browse Source

do not remove files in /etc/postfix

tags/v1.4.2^0
Robin Thoni 5 years ago
parent
commit
ccc0dc0233
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      postfix/Dockerfile

+ 0
- 2
postfix/Dockerfile View File

@@ -13,8 +13,6 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update &&\
13 13
     apt-get install -y postfix postfix-pgsql postfix-ldap rsyslog &&\
14 14
     apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
15 15
 
16
-RUN rm -rf /etc/postfix/*
17
-
18 16
 RUN rm -rf /var/log/* &&\
19 17
     mkfifo /var/log/mail.info &&\
20 18
     ln -s /dev/null /var/log/mail.log &&\

Loading…
Cancel
Save