Skip to content
This repository was archived by the owner on May 31, 2019. It is now read-only.

Commit d7bb45a

Browse files
committed
pre-commit - test to see if this theory works.
1 parent 7241d00 commit d7bb45a

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

1.0.0-rc1-update1/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,7 @@ ENV PATH $PATH:$DNX_USER_HOME/runtimes/default/bin
4040

4141
# Prevent `dnu restore` from stalling (gh#63, gh#80)
4242
ENV MONO_THREADS_PER_CPU 50
43+
44+
45+
# pre-run a DNU restore on common-dependencies to ensure this runs much faster for the end user.
46+
RUN curl -sSL https://raw.githubusercontent.com/alexchesser/aspnet-docker/master/1.0.0-rc1-update1/common_dependencies.json && dnu restore -p common_dependencies.json
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"dependencies": {
3+
"EntityFramework.Commands": "7.0.0-rc1-final",
4+
"EntityFramework.MicrosoftSqlServer": "7.0.0-rc1-final",
5+
"EntityFramework.Sqlite": "7.0.0-rc1-final",
6+
"Microsoft.AspNet.Authentication.Cookies": "1.0.0-rc1-final",
7+
"Microsoft.AspNet.Diagnostics": "1.0.0-rc1-final",
8+
"Microsoft.AspNet.Diagnostics.Entity": "7.0.0-rc1-final",
9+
"Microsoft.AspNet.Identity.EntityFramework": "3.0.0-rc1-final",
10+
"Microsoft.AspNet.IISPlatformHandler": "1.0.0-rc1-final",
11+
"Microsoft.AspNet.Mvc": "6.0.0-rc1-final",
12+
"Microsoft.AspNet.Mvc.TagHelpers": "6.0.0-rc1-final",
13+
"Microsoft.AspNet.Server.Kestrel": "1.0.0-rc1-final",
14+
"Microsoft.AspNet.StaticFiles": "1.0.0-rc1-final",
15+
"Microsoft.AspNet.Tooling.Razor": "1.0.0-rc1-final",
16+
"Microsoft.Dnx.Runtime":"1.0.0-rc1-final",
17+
"Microsoft.Extensions.CodeGenerators.Mvc": "1.0.0-rc1-final",
18+
"Microsoft.Extensions.Configuration.FileProviderExtensions" : "1.0.0-rc1-final",
19+
"Microsoft.Extensions.Configuration.Json": "1.0.0-rc1-final",
20+
"Microsoft.Extensions.Configuration.UserSecrets": "1.0.0-rc1-final",
21+
"Microsoft.Extensions.Logging": "1.0.0-rc1-final",
22+
"Microsoft.Extensions.Logging.Console": "1.0.0-rc1-final",
23+
"Microsoft.Extensions.Logging.Debug" : "1.0.0-rc1-final"
24+
},
25+
26+
"frameworks": {
27+
"dnx451": {},
28+
"dnxcore50": {}
29+
}
30+
}

0 commit comments

Comments
 (0)