You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by om...@apache.org on 2017/10/11 23:03:18 UTC

orc git commit: ORC-246. Have ubuntu16 docker file install tzdata.

Repository: orc
Updated Branches:
  refs/heads/master 5b9aef1ab -> 9b4f09fb3


ORC-246. Have ubuntu16 docker file install tzdata.

Signed-off-by: Owen O'Malley <om...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/orc/repo
Commit: http://git-wip-us.apache.org/repos/asf/orc/commit/9b4f09fb
Tree: http://git-wip-us.apache.org/repos/asf/orc/tree/9b4f09fb
Diff: http://git-wip-us.apache.org/repos/asf/orc/diff/9b4f09fb

Branch: refs/heads/master
Commit: 9b4f09fb3f3fb0c9f6a3506aaa753f586a55085b
Parents: 5b9aef1
Author: Owen O'Malley <om...@apache.org>
Authored: Wed Oct 11 16:02:35 2017 -0700
Committer: Owen O'Malley <om...@apache.org>
Committed: Wed Oct 11 16:02:35 2017 -0700

----------------------------------------------------------------------
 docker/ubuntu16/Dockerfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/orc/blob/9b4f09fb/docker/ubuntu16/Dockerfile
----------------------------------------------------------------------
diff --git a/docker/ubuntu16/Dockerfile b/docker/ubuntu16/Dockerfile
index 5ee0491..b5761fa 100644
--- a/docker/ubuntu16/Dockerfile
+++ b/docker/ubuntu16/Dockerfile
@@ -28,7 +28,8 @@ RUN apt-get install -y \
   g++ \
   git \
   make \
-  maven
+  maven \
+  tzdata
 
 WORKDIR /root