squishes RUN command in msmtp

This commit is contained in:
2026-06-22 13:17:42 +01:00
parent d31c4dcc76
commit 0b95c11829
+2 -2
View File
@@ -3,8 +3,8 @@ FROM alpine:${ALPINE_VERSION}
RUN mkdir -p /var/msmtp RUN mkdir -p /var/msmtp
WORKDIR /var/msmtp WORKDIR /var/msmtp
ARG VERSION 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-dev libtool make texinfo \
RUN git clone https://github.com/marlam/msmtp.git --branch msmtp-${VERSION} --single-branch --depth 1 msmtp \ && git clone https://github.com/marlam/msmtp.git --branch msmtp-${VERSION} --single-branch --depth 1 msmtp \
&& cd msmtp \ && cd msmtp \
&& autoreconf -fi \ && autoreconf -fi \
&& ./configure \ && ./configure \