diff options
| author | Joe Carstairs <me@joeac.net> | 2026-06-25 18:52:02 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-06-25 18:52:02 +0100 |
| commit | 262516d3da3a1e1c3fc88a015ba198994b17693b (patch) | |
| tree | c95d9d63c65799d5789db5e5b0fdcca22820869a | |
| parent | 1304c5180f5ded9f3938c92e9698f530894e8b0d (diff) | |
apk add gettext gnutls in smtp.Dockerfile (deps of msmtp)
| -rw-r--r-- | smtp.Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/smtp.Dockerfile b/smtp.Dockerfile index 32efbb5..87c4914 100644 --- a/smtp.Dockerfile +++ b/smtp.Dockerfile @@ -1,4 +1,5 @@ FROM git.joeac.net/joeac/armv7/msmtp:1.8.32-alpine3.23 +RUN apk --no-cache add gettext gnutls ARG LOCAL_SMTP_PORT EXPOSE $LOCAL_SMTP_PORT COPY smtp/.msmtprc ./ |
