This is an automated email from the ASF dual-hosted git repository.
mhamann pushed a commit to branch travis-fix
in repository
https://gitbox.apache.org/repos/asf/incubator-openwhisk-apigateway.git
The following commit(s) were added to refs/heads/travis-fix by this push:
new 3ad0183 Remove dependency on the evil sourceforge
3ad0183 is described below
commit 3ad018353c51d93c9afd740f0dac7342e0706481
Author: Matt Hamann <[email protected]>
AuthorDate: Fri Mar 2 14:31:40 2018 -0500
Remove dependency on the evil sourceforge
---
Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Dockerfile b/Dockerfile
index 7b3cb87..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
https://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].