aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2018-01-04 16:29:08 +0000
committerng0 <ng0@n0.is>2018-01-04 16:29:08 +0000
commit2560f7683d7184dc6cdcc3324014663d047c3447 (patch)
tree7fed4ed4565b69933a6e5ae685b89ff5ee0a366c /contrib
parentf46c107278b96264b2e5302b4ebb050f73abf869 (diff)
downloadgnunet-2560f7683d7184dc6cdcc3324014663d047c3447.tar.gz
gnunet-2560f7683d7184dc6cdcc3324014663d047c3447.zip
Dockerfile: adjust to gnurl-7.57.0
Diffstat (limited to 'contrib')
-rw-r--r--contrib/Dockerfile11
1 files 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
6WORKDIR /usr/src 6WORKDIR /usr/src
7 7
8# Install gnurl from source at version gnurl-7.54.0 8# Install gnurl from source at version gnurl-7.54.0
9RUN git clone https://git.taler.net/gnurl.git --branch gnurl-7.54.0 9RUN git clone https://git.taler.net/gnurl.git --branch gnurl-7.57.0
10WORKDIR /usr/src/gnurl 10WORKDIR /usr/src/gnurl
11RUN autoreconf -i 11RUN autoreconf -i
12RUN ./configure --enable-ipv6 --with-gnutls --without-libssh2 \ 12RUN ./configure --disable-ntlm-wb
13--without-libmetalink --without-winidn --without-librtmp \
14--without-nghttp2 --without-nss --without-cyassl \
15--without-polarssl --without-ssl --without-winssl \
16--without-darwinssl --disable-sspi --disable-ntlm-wb --disable-ldap \
17--disable-rtsp --disable-dict --disable-telnet --disable-tftp \
18--disable-pop3 --disable-imap --disable-smtp --disable-gopher \
19--disable-file --disable-ftp --disable-smb
20RUN make install 13RUN make install
21WORKDIR /usr/src 14WORKDIR /usr/src
22 15