update nuget in distrib test docker files

pull/7729/head
Alexander Polcyn 9 years ago
parent ab394849d3
commit 03548cfef1
  1. 2
      tools/dockerfile/distribtest/csharp_centos7_x64/Dockerfile
  2. 2
      tools/dockerfile/distribtest/csharp_jessie_x64/Dockerfile
  3. 2
      tools/dockerfile/distribtest/csharp_jessie_x86/Dockerfile
  4. 2
      tools/dockerfile/distribtest/csharp_ubuntu1404_x64/Dockerfile
  5. 2
      tools/dockerfile/distribtest/csharp_ubuntu1504_x64/Dockerfile
  6. 2
      tools/dockerfile/distribtest/csharp_ubuntu1510_x64/Dockerfile
  7. 2
      tools/dockerfile/distribtest/csharp_ubuntu1604_x64/Dockerfile

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

@ -40,4 +40,6 @@ RUN apt-get update && apt-get install -y \
ca-certificates-mono \
nuget
RUN nuget update -self
RUN apt-get update && apt-get install -y unzip

@ -40,4 +40,6 @@ RUN apt-get update && apt-get install -y \
ca-certificates-mono \
nuget
RUN nuget update -self
RUN apt-get update && apt-get install -y unzip

@ -37,4 +37,6 @@ RUN apt-get update && apt-get install -y \
ca-certificates-mono \
nuget
RUN nuget update -self
RUN apt-get update && apt-get install -y unzip

@ -37,4 +37,6 @@ RUN apt-get update && apt-get install -y \
ca-certificates-mono \
nuget
RUN nuget update -self
RUN apt-get update && apt-get install -y unzip

@ -37,4 +37,6 @@ RUN apt-get update && apt-get install -y \
ca-certificates-mono \
nuget
RUN nuget update -self
RUN apt-get update && apt-get install -y unzip

@ -34,4 +34,6 @@ RUN apt-get update && apt-get install -y \
ca-certificates-mono \
nuget
RUN nuget update -self
RUN apt-get update && apt-get install -y unzip

Loading…
Cancel
Save