You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced 2025-08-10 22:31:47 +02:00
Add -L to curl to support sourceforge redirects
As per @hoellens suggestion Co-Authored-By: hoellen <hoellen@users.noreply.github.com>
This commit is contained in:
@@ -4,7 +4,7 @@ FROM alpine:3.8 as builder
|
|||||||
# build dependencies
|
# build dependencies
|
||||||
RUN apk add --no-cache curl tar xz autoconf git gettext build-base openssl openssl-dev
|
RUN apk add --no-cache curl tar xz autoconf git gettext build-base openssl openssl-dev
|
||||||
|
|
||||||
RUN curl 'https://netcologne.dl.sourceforge.net/project/fetchmail/branch_6.3/fetchmail-7.0.0-alpha6.tar.xz' | tar xJ
|
RUN curl -L 'https://netcologne.dl.sourceforge.net/project/fetchmail/branch_6.3/fetchmail-7.0.0-alpha6.tar.xz' | tar xJ
|
||||||
RUN cd fetchmail-7.0.0-alpha6 && \
|
RUN cd fetchmail-7.0.0-alpha6 && \
|
||||||
./configure --with-ssl --prefix /usr/local --disable-nls && \
|
./configure --with-ssl --prefix /usr/local --disable-nls && \
|
||||||
make
|
make
|
||||||
|
Reference in New Issue
Block a user