Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
EntraptaJ committed Feb 6, 2025
1 parent ffe9796 commit 3edb377
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions Images/Postfix/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
FROM alpine:3
FROM alpine:latest

RUN apk add --no-cache \
bash \
ca-certificates \
libsasl \
mailx \
sed \
postfix \
postfix \
postfix-pgsql \
postfix-ldap \
postfix-ldap \
rsyslog \
rsyslog-pgsql \
runit
Expand All @@ -19,6 +19,4 @@ COPY rsyslog.conf /etc/rsyslog.conf

RUN ln -sf /dev/stdout /var/log/mail.log

STOPSIGNAL SIGKILL

ENTRYPOINT ["/usr/sbin/runit_bootstrap"]
2 changes: 1 addition & 1 deletion Images/Postfix/runit_bootstrap
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh

exec /sbin/runsvdir /etc/service
exec /usr/bin/runsvdir /etc/service
Empty file modified Images/Postfix/service/postfix/run
100644 → 100755
Empty file.
Empty file modified Images/Postfix/service/rsyslog/run
100644 → 100755
Empty file.

0 comments on commit 3edb377

Please sign in to comment.