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

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


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

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

    fix docker build to not hang
    
    (cherry picked from commit 62b51b19cc6a87355060047ea8202d4f552feee0)
---
 docker/Dockerfile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/docker/Dockerfile b/docker/Dockerfile
index 06625d2..233cd8c 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