gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: Fix: gnurl in version 7.57


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: Fix: gnurl in version 7.57 still used xzip
Date: Sun, 03 Mar 2019 12:20:30 +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 c6c9880ae Fix: gnurl in version 7.57 still used xzip
c6c9880ae is described below

commit c6c9880ae829d798fca28487de7ca0c75cfb582b
Author: ng0 <address@hidden>
AuthorDate: Sun Mar 3 11:20:23 2019 +0000

    Fix: gnurl in version 7.57 still used xzip
---
 contrib/docker/Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/contrib/docker/Dockerfile b/contrib/docker/Dockerfile
index d2f75cc06..adcd7132c 100644
--- a/contrib/docker/Dockerfile
+++ b/contrib/docker/Dockerfile
@@ -35,9 +35,9 @@ RUN apt-get update && \
 # Install GNUrl
 ENV GNURL_VERSION=7.57.0
 
-RUN wget -O /tmp/gnurl.tar.Z 
https://ftpmirror.gnu.org/gnu/gnunet/gnurl-${GNURL_VERSION}.tar.Z  
+RUN wget -O /tmp/gnurl.tar.xz 
https://ftpmirror.gnu.org/gnu/gnunet/gnurl-${GNURL_VERSION}.tar.xz
 RUN cd /tmp && \
-      tar xvf gnurl.tar.bz2 && \
+      tar xvf gnurl.tar.xz && \
       cd gnurl-${GNURL_VERSION} && \
       autoreconf -i && \
       ./configure \

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



reply via email to

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