Repository: celix
Updated Branches:
  refs/heads/develop e04bb451a -> 2de5fb464


CELIX-387: Updates zlib download url to 1.2.10, the previous used version is no 
longer available.


Project: http://git-wip-us.apache.org/repos/asf/celix/repo
Commit: http://git-wip-us.apache.org/repos/asf/celix/commit/4c68a18a
Tree: http://git-wip-us.apache.org/repos/asf/celix/tree/4c68a18a
Diff: http://git-wip-us.apache.org/repos/asf/celix/diff/4c68a18a

Branch: refs/heads/develop
Commit: 4c68a18a0e977c50d254c18862ed9e5048b914c1
Parents: e04bb45
Author: Pepijn Noltes <pepijnnol...@gmail.com>
Authored: Thu Jan 12 12:51:06 2017 +0100
Committer: Pepijn Noltes <pepijnnol...@gmail.com>
Committed: Thu Jan 12 12:51:06 2017 +0100

----------------------------------------------------------------------
 Dockerfile.Android | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/celix/blob/4c68a18a/Dockerfile.Android
----------------------------------------------------------------------
diff --git a/Dockerfile.Android b/Dockerfile.Android
index 879ee9e..dc12367 100644
--- a/Dockerfile.Android
+++ b/Dockerfile.Android
@@ -87,9 +87,9 @@ RUN curl -L -O 
http://downloads.sourceforge.net/libuuid/libuuid-1.0.3.tar.gz &&
 
 
 # zlib
-RUN curl -L -O http://zlib.net/zlib-1.2.8.tar.gz && \
-       tar -xvzf zlib-1.2.8.tar.gz && \
-       cd zlib-1.2.8 && \
+RUN curl -L -O http://zlib.net/zlib-1.2.10.tar.gz && 
+       tar -xvzf zlib-*.tar.gz && \
+       cd zlib-* && \
        ./configure --prefix=/build/output/zlib && make && make install
 
 # curl

Reply via email to