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

onichols 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 96faa99  fix docker build to not hang
96faa99 is described below

commit 96faa995c4e61e464f5366693a1d2616f2c28508
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 b000b3e..c78aa78 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
 ENV DEBIAN_FRONTEND=noninteractive
 RUN apt-get update && \

Reply via email to