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/11 19:05:13 UTC

logging-log4net git commit: Attempt to publish a timezone so that dpkg-reconfigure tzdata does work without user input

Repository: logging-log4net
Updated Branches:
  refs/heads/feature/cd-pipeline 8f28eb213 -> 3223ccb22


Attempt to publish a timezone so that dpkg-reconfigure tzdata does work without user input


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

Branch: refs/heads/feature/cd-pipeline
Commit: 3223ccb22e214336bd6a233d1d1296be9aaa5643
Parents: 8f28eb2
Author: Dominik Psenner <dp...@apache.org>
Authored: Fri May 11 21:04:41 2018 +0200
Committer: Dominik Psenner <dp...@apache.org>
Committed: Fri May 11 21:04:41 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/3223ccb2/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 2afed9f..39014e2 100644
--- a/buildtools/docker/builder-mono-2.0/Dockerfile
+++ b/buildtools/docker/builder-mono-2.0/Dockerfile
@@ -6,6 +6,7 @@ MAINTAINER "dev@logging.apache.org"
 
 # set the timezone
 RUN ln -fs /usr/share/zoneinfo/Universal /etc/localtime
+RUN echo "Universal" > /etc/timezone
 
 # install dependencies
 RUN apt-get update && apt-get install -y nant git mono-complete mono-reference-assemblies-2.0