Skip to content

Commit

Permalink
update nuget in distrib test docker files
Browse files Browse the repository at this point in the history
  • Loading branch information
apolcyn committed Aug 17, 2016
1 parent ab39484 commit 03548cf
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/dockerfile/distribtest/csharp_centos7_x64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 2 additions & 0 deletions tools/dockerfile/distribtest/csharp_jessie_x64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 2 additions & 0 deletions tools/dockerfile/distribtest/csharp_jessie_x86/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 2 additions & 0 deletions tools/dockerfile/distribtest/csharp_ubuntu1404_x64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 2 additions & 0 deletions tools/dockerfile/distribtest/csharp_ubuntu1504_x64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 2 additions & 0 deletions tools/dockerfile/distribtest/csharp_ubuntu1510_x64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 2 additions & 0 deletions tools/dockerfile/distribtest/csharp_ubuntu1604_x64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 03548cf

Please sign in to comment.