This is an automated email from the ASF dual-hosted git repository.

fokko pushed a commit to branch AVRO-2238
in repository https://gitbox.apache.org/repos/asf/avro.git

commit fddf0f2a0e70254a609f5c98fa8ed0bfcf652b85
Author: Fokko Driesprong <[email protected]>
AuthorDate: Sun Nov 25 20:54:03 2018 +0100

    Fix the csharp tests
---
 share/docker/Dockerfile | 11 ++---------
 1 file changed, 2 insertions(+), 9 deletions(-)

diff --git a/share/docker/Dockerfile b/share/docker/Dockerfile
index 49f4f90..91db8df 100644
--- a/share/docker/Dockerfile
+++ b/share/docker/Dockerfile
@@ -31,6 +31,8 @@ RUN apt-get -qq update && \
   apt-get -qq install software-properties-common apt-transport-https -y && \
   curl https://packages.sury.org/php/apt.gpg | apt-key add - && \
   echo "deb https://packages.sury.org/php/ $(lsb_release -sc) main" > 
/etc/apt/sources.list.d/php.list && \
+  apt-key adv --no-tty --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 
3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF && \
+  echo "deb https://download.mono-project.com/repo/debian stable-stretch main" 
| tee /etc/apt/sources.list.d/mono-official-stable.list && \
   apt-get -qq update && \
   apt-get -qq install --no-install-recommends -y \
     ant \
@@ -93,15 +95,6 @@ RUN curl -L http://cpanmin.us | perl - --self-upgrade && \
   IO::String Object::Tiny Compress::Zlib Test::More \
   Test::Exception Test::Pod
 
-# Install mono modules
-RUN mkdir -p /tmp/nunit/ && \
-  cd /tmp/nunit/ && \
-  curl -L -s -o nunit.zip 
https://github.com/nunit-legacy/nunitv2/releases/download/2.7.0/NUnit-2.7.0.zip 
&& \
-  unzip nunit.zip && \
-  rm nunit.zip
-
-ENV MONO_PATH /tmp/nunit/bin/lib
-
 # Install Ruby modules
 RUN gem install echoe yajl-ruby multi_json snappy
 

Reply via email to