Skip to content

Commit

Permalink
Nuget with mono seems to hang while restoring packages. This solution…
Browse files Browse the repository at this point in the history
… from aspnet/dnx#1590 (comment) seems to fix it.
  • Loading branch information
darrencauthon committed May 19, 2016
1 parent 4b1dbf7 commit 36072bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/Dockerfile
Expand Up @@ -6,6 +6,8 @@ RUN apt-get install -y wget git dos2unix

RUN nuget update -self

ENV MONO_THREADS_PER_CPU 2000

WORKDIR /

RUN git clone https://github.com/SparkPost/csharp-sparkpost.git
Expand Down

0 comments on commit 36072bd

Please sign in to comment.