aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/tools/dockerfile/csharp_deps.include
diff options
context:
space:
mode:
Diffstat (limited to 'templates/tools/dockerfile/csharp_deps.include')
-rw-r--r--templates/tools/dockerfile/csharp_deps.include10
1 files changed, 3 insertions, 7 deletions
diff --git a/templates/tools/dockerfile/csharp_deps.include b/templates/tools/dockerfile/csharp_deps.include
index 553eacb523..489dc44a43 100644
--- a/templates/tools/dockerfile/csharp_deps.include
+++ b/templates/tools/dockerfile/csharp_deps.include
@@ -11,10 +11,6 @@ RUN echo "deb http://download.mono-project.com/repo/debian wheezy-libtiff-compat
# Install dependencies
RUN apt-get update && apt-get -y dist-upgrade && apt-get install -y ${'\\'}
mono-devel ${'\\'}
- nunit ${'\\'}
- nunit-console ${'\\'}
- monodevelop
-
-# Download NuGet
-RUN cd /var/local && wget www.nuget.org/NuGet.exe
-ENV NUGET mono /var/local/NuGet.exe
+ ca-certificates-mono ${'\\'}
+ nuget ${'\\'}
+ && apt-get clean