You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by dp...@apache.org on 2018/05/20 15:48:27 UTC

[35/50] logging-log4net git commit: mono-2.0: configure timezone to be utc before attempting to install any tools

mono-2.0: configure timezone to be utc before attempting to install any tools


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

Branch: refs/heads/develop
Commit: 90cfda7bc516af96b9194759b851ad0290f61a68
Parents: d82a37f
Author: Dominik Psenner <dp...@apache.org>
Authored: Wed May 9 19:39:11 2018 +0200
Committer: Dominik Psenner <dp...@apache.org>
Committed: Wed May 9 19:39:11 2018 +0200

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


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/90cfda7b/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 016d55b..82ead9a 100644
--- a/buildtools/docker/builder-mono-2.0/Dockerfile
+++ b/buildtools/docker/builder-mono-2.0/Dockerfile
@@ -4,6 +4,10 @@ FROM ubuntu:latest
 # set the maintainer of this docker image
 MAINTAINER "dev@logging.apache.org"
 
+# prepare tz
+RUN ln -fs /usr/share/zoneinfo/Universal /etc/localtime
+RUN dpkg-reconfigure -f noninteractive tzdata
+
 # install dependencies
 RUN apt-get update && apt-get install -y nant git mono-complete mono-reference-assemblies-2.0