gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: docker: Fix URL


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: docker: Fix URL
Date: Sun, 03 Mar 2019 12:18:58 +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 da68a8076 docker: Fix URL
da68a8076 is described below

commit da68a80768b7cbd70fdd071501eab5770f74d66f
Author: ng0 <address@hidden>
AuthorDate: Sun Mar 3 11:18:49 2019 +0000

    docker: Fix URL
---
 contrib/docker/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

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



reply via email to

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