Repository: logging-log4net
Updated Branches:
  refs/heads/feature/cd-pipeline 758d9c687 -> 547d7a718


Install tzdata first


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/547d7a71
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/547d7a71
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/547d7a71

Branch: refs/heads/feature/cd-pipeline
Commit: 547d7a718d6a361736583c2c4fc3b3800bc61107
Parents: 758d9c6
Author: Dominik Psenner <dpsen...@apache.org>
Authored: Wed May 9 21:41:04 2018 +0200
Committer: Dominik Psenner <dpsen...@apache.org>
Committed: Wed May 9 21:41:04 2018 +0200

----------------------------------------------------------------------
 buildtools/docker/builder-mono-2.0/Dockerfile | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/547d7a71/buildtools/docker/builder-mono-2.0/Dockerfile
----------------------------------------------------------------------
diff --git a/buildtools/docker/builder-mono-2.0/Dockerfile 
b/buildtools/docker/builder-mono-2.0/Dockerfile
index 82ead9a..6f7c6d4 100644
--- a/buildtools/docker/builder-mono-2.0/Dockerfile
+++ b/buildtools/docker/builder-mono-2.0/Dockerfile
@@ -5,6 +5,7 @@ FROM ubuntu:latest
 MAINTAINER "d...@logging.apache.org"
 
 # prepare tz
+RUN apt-get install tzdata
 RUN ln -fs /usr/share/zoneinfo/Universal /etc/localtime
 RUN dpkg-reconfigure -f noninteractive tzdata
 

Reply via email to