update nuget after installing in docker

pull/7623/head
Alexander Polcyn 9 years ago
parent b205338467
commit 82fd31ac35
  1. 2
      templates/tools/dockerfile/csharp_deps.include

@ -14,3 +14,5 @@ RUN apt-get update && apt-get -y dist-upgrade && apt-get install -y ${'\\'}
ca-certificates-mono ${'\\'}
nuget ${'\\'}
&& apt-get clean
RUN nuget update -self

Loading…
Cancel
Save