Merge two RUN commands to appease lint

This commit is contained in:
Joerg Sonnenberger 2023-11-01 13:50:40 +01:00
parent 0faed2f769
commit a9669ab700
1 changed files with 4 additions and 2 deletions

View File

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