gnutls is a dependency of msmtp

This commit is contained in:
2026-06-25 18:51:28 +01:00
parent 823fbf810d
commit 604d8138c7
+1 -1
View File
@@ -3,7 +3,7 @@ FROM alpine:${ALPINE_VERSION}
RUN mkdir -p /var/msmtp
WORKDIR /var/msmtp
ARG VERSION
RUN apk --no-cache add git autoconf automake build-base gettext gettext-dev gnutls-dev libtool make texinfo \
RUN apk --no-cache add git autoconf automake build-base gettext gettext-dev gnutls gnutls-dev libtool make texinfo \
&& git clone https://github.com/marlam/msmtp.git --branch msmtp-${VERSION} --single-branch --depth 1 msmtp \
&& cd msmtp \
&& autoreconf -fi \