From: ng0 Date: Thu, 4 Jan 2018 16:29:08 +0000 (+0000) Subject: Dockerfile: adjust to gnurl-7.57.0 X-Git-Tag: gnunet-0.11.0rc0~21 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2560f7683d7184dc6cdcc3324014663d047c3447;p=oweals%2Fgnunet.git Dockerfile: adjust to gnurl-7.57.0 --- diff --git a/contrib/Dockerfile b/contrib/Dockerfile index 5a193a46d..a22109bb1 100644 --- a/contrib/Dockerfile +++ b/contrib/Dockerfile @@ -6,17 +6,10 @@ RUN dnf -y update && dnf -y install which git automake texinfo gettext-devel aut WORKDIR /usr/src # Install gnurl from source at version gnurl-7.54.0 -RUN git clone https://git.taler.net/gnurl.git --branch gnurl-7.54.0 +RUN git clone https://git.taler.net/gnurl.git --branch gnurl-7.57.0 WORKDIR /usr/src/gnurl RUN autoreconf -i -RUN ./configure --enable-ipv6 --with-gnutls --without-libssh2 \ ---without-libmetalink --without-winidn --without-librtmp \ ---without-nghttp2 --without-nss --without-cyassl \ ---without-polarssl --without-ssl --without-winssl \ ---without-darwinssl --disable-sspi --disable-ntlm-wb --disable-ldap \ ---disable-rtsp --disable-dict --disable-telnet --disable-tftp \ ---disable-pop3 --disable-imap --disable-smtp --disable-gopher \ ---disable-file --disable-ftp --disable-smb +RUN ./configure --disable-ntlm-wb RUN make install WORKDIR /usr/src