[wiki-web] Replace with curl



commit f253202631955529f617ca3d43678ddd92fea11f
Author: Andrea Veri <averi redhat com>
Date:   Tue Aug 6 18:23:57 2019 +0200

    Replace with curl

 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/Dockerfile b/Dockerfile
index 26a27ec..a29542b 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -5,7 +5,7 @@ ENV MOIN_RELEASE=1.9.10
 WORKDIR /srv/http/moin-${MOIN_RELEASE}
 
 RUN yum install python27-mod_wsgi -y
-RUN wget https://github.com/moinwiki/moin-1.9/releases/download/${MOIN_RELEASE}/moin-${MOIN_RELEASE}.tar.gz 
&& \
+RUN curl https://github.com/moinwiki/moin-1.9/releases/download/${MOIN_RELEASE}/moin-${MOIN_RELEASE}.tar.gz 
-o moin-${MOIN_RELEASE}.tar.gz && \
     tar zcvf moin-${MOIN_RELEASE}.tar.gz && rm -f moin-${MOIN_RELEASE}.tar.gz && \
     ln -s /srv/http/moin-${MOIN_RELEASE} /srv/http/moin
 


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