Merge pull request #5023 from jtattermusch/distribtest_progress

C# distribtest fixes
pull/5002/head
Nicolas Noble 9 years ago
commit 90262f8750
  1. 2
      tools/dockerfile/distribtest/csharp_centos7_x64/Dockerfile
  2. 4
      tools/dockerfile/distribtest/csharp_jessie_x64/Dockerfile
  3. 4
      tools/dockerfile/distribtest/csharp_jessie_x86/Dockerfile
  4. 4
      tools/dockerfile/distribtest/csharp_wheezy_x64/Dockerfile

@ -35,4 +35,4 @@ RUN yum-config-manager --add-repo http://download.mono-project.com/repo/centos/
RUN yum install -y mono
RUN yum install -y git
RUN yum install -y unzip
RUN yum install -y nuget

@ -41,7 +41,3 @@ RUN apt-get update && apt-get -y dist-upgrade && apt-get install -y \
nuget
RUN apt-get update && apt-get install -y git unzip
# TODO(jtattermusch): Currently P/Invoke to dlopen will fail without libc6-dev
# being installed. Figure out how to workaround this.
RUN apt-get update && apt-get install -y libc6-dev

@ -41,7 +41,3 @@ RUN apt-get update && apt-get -y dist-upgrade && apt-get install -y \
nuget
RUN apt-get update && apt-get install -y git unzip
# TODO(jtattermusch): Currently P/Invoke to dlopen will fail without libc6-dev
# being installed. Figure out how to workaround this.
RUN apt-get update && apt-get install -y libc6-dev

@ -30,7 +30,3 @@
FROM mono:4.2.2.30
RUN apt-get update && apt-get install -y git unzip
# TODO(jtattermusch): Currently P/Invoke to dlopen will fail without libc6-dev
# being installed. Figure out how to workaround this.
RUN apt-get update && apt-get install -y libc6-dev

Loading…
Cancel
Save