gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] branch master updated: Dockerfile: adjust to gnurl


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: Dockerfile: adjust to gnurl-7.57.0
Date: Thu, 04 Jan 2018 17:29:12 +0100

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 2560f7683 Dockerfile: adjust to gnurl-7.57.0
2560f7683 is described below

commit 2560f7683d7184dc6cdcc3324014663d047c3447
Author: ng0 <address@hidden>
AuthorDate: Thu Jan 4 16:29:08 2018 +0000

    Dockerfile: adjust to gnurl-7.57.0
---
 contrib/Dockerfile | 11 ++---------
 1 file changed, 2 insertions(+), 9 deletions(-)

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
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]