Merge two RUN commands to appease lint
This commit is contained in:
parent
0faed2f769
commit
a9669ab700
|
@ -195,8 +195,10 @@ COPY target/opendmarc/ignore.hosts /etc/opendmarc/ignore.hosts
|
||||||
# --- postfix-mta-sts-daemon -----------------------
|
# --- postfix-mta-sts-daemon -----------------------
|
||||||
# --------------------------------------------------
|
# --------------------------------------------------
|
||||||
COPY target/mta-sts-daemon/mta-sts-daemon.yml /etc/mta-sts-daemon.yml
|
COPY target/mta-sts-daemon/mta-sts-daemon.yml /etc/mta-sts-daemon.yml
|
||||||
RUN mkdir /var/run/mta-sts
|
RUN << EOF
|
||||||
RUN chown -R _mta-sts:root /var/run/mta-sts
|
mkdir /var/run/mta-sts
|
||||||
|
chown -R _mta-sts:root /var/run/mta-sts
|
||||||
|
EOF
|
||||||
|
|
||||||
# --------------------------------------------------
|
# --------------------------------------------------
|
||||||
# --- Fetchmail, Getmail, Postfix & Let'sEncrypt ---
|
# --- Fetchmail, Getmail, Postfix & Let'sEncrypt ---
|
||||||
|
|
Loading…
Reference in New Issue