Added postfix to container dependencies

This commit is contained in:
Daniel Mowitz 2023-08-24 23:25:56 +02:00
parent 72b7178fd4
commit 60defa4564

View file

@ -13,7 +13,7 @@ FROM alpine
COPY --from=0 /webmention-filer/target/release/webmention-filer /usr/bin/
COPY send-daily-mail.sh send-daily-mail.sh
RUN apk add mailx
RUN apk add mailx postfix
USER 1000:1000
EXPOSE 8000