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/09 19:49:50 UTC

logging-log4net git commit: Make the timezone setting easier, hopefully not needing dpkg-reconfigure tzdata

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


Make the timezone setting easier, hopefully not needing dpkg-reconfigure tzdata


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

Branch: refs/heads/feature/cd-pipeline
Commit: 26afadb8e65d8ae895ff54e46141e11195c1dede
Parents: 547d7a7
Author: Dominik Psenner <dp...@apache.org>
Authored: Wed May 9 21:49:28 2018 +0200
Committer: Dominik Psenner <dp...@apache.org>
Committed: Wed May 9 21:49:28 2018 +0200

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


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/26afadb8/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 6f7c6d4..180990b 100644
--- a/buildtools/docker/builder-mono-2.0/Dockerfile
+++ b/buildtools/docker/builder-mono-2.0/Dockerfile
@@ -4,10 +4,8 @@ FROM ubuntu:latest
 # set the maintainer of this docker image
 MAINTAINER "dev@logging.apache.org"
 
-# prepare tz
-RUN apt-get install tzdata
+# set the timezone
 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