This is an automated email from the ASF dual-hosted git repository.

onichols pushed a commit to branch support/1.13
in repository https://gitbox.apache.org/repos/asf/geode-native.git


The following commit(s) were added to refs/heads/support/1.13 by this push:
     new 62b51b1  fix docker build to not hang
62b51b1 is described below

commit 62b51b19cc6a87355060047ea8202d4f552feee0
Author: Owen Nichols <onich...@apache.org>
AuthorDate: Tue Nov 17 16:10:28 2020 -0800

    fix docker build to not hang
---
 docker/Dockerfile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/docker/Dockerfile b/docker/Dockerfile
index 486a6f5..851bf48 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -17,6 +17,9 @@
 FROM ubuntu
 LABEL maintainer Apache Geode <d...@geode.apache.org>
 
+ENV TZ=US/Pacific
+RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
+
 ENV CLANG_VERSION 6.0
 RUN apt-get update && \
         apt-get install -y \

Reply via email to