Skip to content
Snippets Groups Projects
Commit 1d2f370a authored by nimrod's avatar nimrod
Browse files

Well, apparently it's not fixed.

parent 958a5d4c
No related branches found
No related tags found
No related merge requests found
Pipeline #596 passed
......@@ -26,7 +26,9 @@ RUN apt-get update && \
COPY --chown=root:root entrypoint /usr/local/bin/
COPY --chown=Debian-exim:Debian-exim aliases /etc/aliases
COPY --chown=root:root exim4.conf /etc/exim4/exim4.conf
RUN ls -l /etc/exim4/exim4.conf && exim4 -bV
# Chmod is needed because of
# https://gitlab.com/gitlab-org/gitlab-runner/-/issues/1736.
RUN chmod 644 /etc/exim4/exim4.conf && exim4 -bV
#USER Debian-exim
WORKDIR /var/spool/exim4
ENTRYPOINT ["entrypoint"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment