builder-mono-4.0: base it on ubuntu and include reference assemblies

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

Branch: refs/heads/develop
Commit: 9ec023cdf5d11a1fc4ac9f0014760bd4ea3d4e3b
Parents: 6fc63ac
Author: Dominik Psenner <[email protected]>
Authored: Mon Jul 3 10:27:09 2017 +0200
Committer: Dominik Psenner <[email protected]>
Committed: Mon Jul 3 10:27:09 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/9ec023cd/buildtools/docker/builder-mono-4.0/Dockerfile
----------------------------------------------------------------------
diff --git a/buildtools/docker/builder-mono-4.0/Dockerfile 
b/buildtools/docker/builder-mono-4.0/Dockerfile
index 7c32d70..28bd0e0 100644
--- a/buildtools/docker/builder-mono-4.0/Dockerfile
+++ b/buildtools/docker/builder-mono-4.0/Dockerfile
@@ -1,9 +1,9 @@
 # Name of container: docker-ubuntu-latest-nant
-FROM mono:4
+FROM ubuntu:latest
 
 # set the maintainer of this docker image
 MAINTAINER "[email protected]"
 
 # install nant
-RUN apt-get update && apt-get install -y nant git mono-reference-assemblies-4.0
+RUN apt-get update && apt-get install -y nant git mono-complete 
mono-reference-assemblies-4.0
 

Reply via email to