This is an automated email from the ASF dual-hosted git repository.
dbarnes pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-native.git
The following commit(s) were added to refs/heads/develop by this push:
new 4f72d8b Update docker file to improve doc builds
4f72d8b is described below
commit 4f72d8b8fe8ca6046e355b835d96f2dec94a6629
Author: Ivan Godwin <[email protected]>
AuthorDate: Wed Jul 11 09:53:30 2018 -0700
Update docker file to improve doc builds
---
docker/Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docker/Dockerfile b/docker/Dockerfile
index c01c78e..e0d88e2 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -30,7 +30,7 @@ RUN wget
"https://www.apache.org/dyn/closer.cgi?action=download&filename=creadur
tar xjf -
ENV CMAKE_VERSION 3.10.3
-RUN wget
"https://cmake.org/files/LatestRelease/cmake-${CMAKE_VERSION}-Linux-x86_64.sh"
-O /tmp/cmake && \
+RUN wget
"https://cmake.org/files/PreviousRelease/cmake-${CMAKE_VERSION}-Linux-x86_64.sh"
-O /tmp/cmake && \
bash /tmp/cmake --skip-license --prefix=/usr/local && \
rm /tmp/cmake