diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2016-08-11 21:00:08 +0200 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2016-08-11 21:00:08 +0200 |
commit | 7f074e0e20872de5720d6f5f2e77d4add7bed84a (patch) | |
tree | 72987b668b1bab3f4837cd073049ef4787048151 /tools/dockerfile/test/csharp_coreclr_x64 | |
parent | 2c779d64db4b4e460c697b59170f85135d552db5 (diff) | |
parent | dae95b4e3608bbb4d012e10627fea6d2e74b48a0 (diff) |
Merge branch 'v1.0.x' into manual-upmerge
Diffstat (limited to 'tools/dockerfile/test/csharp_coreclr_x64')
-rw-r--r-- | tools/dockerfile/test/csharp_coreclr_x64/Dockerfile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/dockerfile/test/csharp_coreclr_x64/Dockerfile b/tools/dockerfile/test/csharp_coreclr_x64/Dockerfile index 25c6fe6ec6..4921815190 100644 --- a/tools/dockerfile/test/csharp_coreclr_x64/Dockerfile +++ b/tools/dockerfile/test/csharp_coreclr_x64/Dockerfile @@ -95,6 +95,8 @@ RUN apt-get update && apt-get -y dist-upgrade && apt-get install -y \ nuget \ && apt-get clean +RUN nuget update -self + # Install dotnet SDK based on https://www.microsoft.com/net/core#debian RUN apt-get update && apt-get install -y curl libunwind8 gettext |