This is an automated email from the ASF dual-hosted git repository.
rabbah pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-openwhisk-deploy-kube.git
The following commit(s) were added to refs/heads/master by this push:
new cf29461 update libcurl3 version to fix build break (#122)
cf29461 is described below
commit cf294614e811a22055478fd4165b7175d438f8e6
Author: David Grove <[email protected]>
AuthorDate: Wed Dec 13 13:24:05 2017 -0500
update libcurl3 version to fix build break (#122)
---
docker/couchdb/Dockerfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docker/couchdb/Dockerfile b/docker/couchdb/Dockerfile
index 5616b38..a26e17a 100644
--- a/docker/couchdb/Dockerfile
+++ b/docker/couchdb/Dockerfile
@@ -1,8 +1,8 @@
FROM klaemo/couchdb:2.0
ADD
http://ftp.us.debian.org/debian/pool/main/a/apt/apt-transport-https_1.0.9.8.4_amd64.deb
/tmp/apt-transport-https_1.0.9.8.4_amd64.deb
-ADD
http://ftp.us.debian.org/debian/pool/main/c/curl/libcurl3-gnutls_7.38.0-4+deb8u5_amd64.deb
/tmp/libcurl3-gnutls_7.38.0-4+deb8u5_amd64.deb
-RUN dpkg -i /tmp/libcurl3-gnutls_7.38.0-4+deb8u5_amd64.deb
+ADD
http://ftp.us.debian.org/debian/pool/main/c/curl/libcurl3-gnutls_7.38.0-4+deb8u8_amd64.deb
/tmp/libcurl3-gnutls_7.38.0-4+deb8u58_amd64.deb
+RUN dpkg -i /tmp/libcurl3-gnutls_7.38.0-4+deb8u58_amd64.deb
RUN dpkg -i /tmp/apt-transport-https_1.0.9.8.4_amd64.deb
RUN apt-get -y update && apt-get -y install \
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].