This is an automated email from the ASF dual-hosted git repository.
houshengbo pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-openwhisk-apigateway.git
The following commit(s) were added to refs/heads/master by this push:
new 5fccc3c Use sourceforge on HTTPS (#280)
5fccc3c is described below
commit 5fccc3cf49d2b31e13835770241bc3f04c8a3331
Author: Matt Hamann <[email protected]>
AuthorDate: Fri Mar 2 15:02:00 2018 -0500
Use sourceforge on HTTPS (#280)
* Use sourceforge on HTTPS
* Remove dependency on the evil sourceforge
---
Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Dockerfile b/Dockerfile
index 918bf3f..ab0b142 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -64,7 +64,7 @@ RUN echo " ... adding Openresty, NGINX, NAXSI and PCRE" \
&& cd /tmp/api-gateway/ \
&& curl -k -L
https://github.com/nbs-system/naxsi/archive/${NAXSI_VERSION}.tar.gz -o
/tmp/api-gateway/naxsi-${NAXSI_VERSION}.tar.gz \
- && curl -k -L
http://downloads.sourceforge.net/project/pcre/pcre/${PCRE_VERSION}/pcre-${PCRE_VERSION}.tar.gz
-o /tmp/api-gateway/pcre-${PCRE_VERSION}.tar.gz \
+ && curl -k -L https://ftp.pcre.org/pub/pcre/pcre-${PCRE_VERSION}.tar.gz
-o /tmp/api-gateway/pcre-${PCRE_VERSION}.tar.gz \
&& curl -k -L
https://openresty.org/download/openresty-${OPENRESTY_VERSION}.tar.gz -o
/tmp/api-gateway/openresty-${OPENRESTY_VERSION}.tar.gz \
&& tar -zxf ./openresty-${OPENRESTY_VERSION}.tar.gz \
&& tar -zxf ./pcre-${PCRE_VERSION}.tar.gz \
--
To stop receiving notification emails like this one, please contact
[email protected].