-
-
Notifications
You must be signed in to change notification settings - Fork 361
Expand file tree
/
Copy pathnetkan.Dockerfile.dockerignore
More file actions
82 lines (80 loc) · 2.61 KB
/
netkan.Dockerfile.dockerignore
File metadata and controls
82 lines (80 loc) · 2.61 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
# We don't need logging-to-file or code documentation in Docker
**/*.xml
# We don't need symbols in Docker
**/*.pdb
# Parts of the runtime we don't need (a.k.a. faux "trimming" that doesn't break the app)
**/Microsoft.VisualBasic.Core.dll
**/Microsoft.VisualBasic.dll
**/System.AppContext.dll
**/System.Buffers.dll
**/System.ComponentModel.DataAnnotations.dll
**/System.Data.DataSetExtensions.dll
**/System.Data.dll
**/System.Diagnostics.Contracts.dll
**/System.Diagnostics.Debug.dll
**/System.Diagnostics.TextWriterTraceListener.dll
**/System.Diagnostics.Tools.dll
**/System.Dynamic.Runtime.dll
**/System.Formats.Tar.dll
**/System.Globalization.Calendars.dll
**/System.Globalization.dll
**/System.Globalization.Extensions.dll
**/System.IO.Compression.FileSystem.dll
**/System.IO.Compression.ZipFile.dll
**/System.IO.dll
**/System.IO.FileSystem.AccessControl.dll
**/System.IO.FileSystem.Primitives.dll
**/System.IO.IsolatedStorage.dll
**/System.IO.Pipes.AccessControl.dll
**/System.IO.UnmanagedMemoryStream.dll
**/System.Linq.Queryable.dll
**/System.Net.dll
**/System.Net.Http.Json.dll
**/System.Net.HttpListener.dll
**/System.Net.Ping.dll
**/System.Net.WebSockets.Client.dll
**/System.Net.WebSockets.dll
**/System.Numerics.dll
**/System.Numerics.Vectors.dll
**/System.Reflection.DispatchProxy.dll
**/System.Reflection.dll
**/System.Reflection.Emit.dll
**/System.Reflection.Extensions.dll
**/System.Reflection.TypeExtensions.dll
**/System.Resources.Reader.dll
**/System.Resources.Writer.dll
**/System.Runtime.CompilerServices.Unsafe.dll
**/System.Runtime.CompilerServices.VisualC.dll
**/System.Runtime.Handles.dll
**/System.Runtime.InteropServices.JavaScript.dll
**/System.Runtime.Loader.dll
**/System.Runtime.Serialization.dll
**/System.Runtime.Serialization.Json.dll
**/System.Runtime.Serialization.Xml.dll
**/System.Security.Cryptography.Algorithms.dll
**/System.Security.Cryptography.Cng.dll
**/System.Security.Cryptography.Encoding.dll
**/System.Security.Cryptography.OpenSsl.dll
**/System.Security.dll
**/System.Security.SecureString.dll
**/System.ServiceModel.Web.dll
**/System.ServiceProcess.dll
**/System.Text.Encoding.CodePages.dll
**/System.Text.Encoding.dll
**/System.Text.Encodings.Web.dll
**/System.Text.Json.dll
**/System.Threading.Overlapped.dll
**/System.Threading.Tasks.Dataflow.dll
**/System.Threading.Tasks.dll
**/System.Threading.Tasks.Extensions.dll
**/System.Threading.Tasks.Parallel.dll
**/System.Threading.Timer.dll
**/System.Transactions.dll
**/System.ValueTuple.dll
**/System.Web.dll
**/System.Windows.dll
**/System.Xml.Serialization.dll
**/System.Xml.XmlDocument.dll
**/System.Xml.XPath.dll
**/System.Xml.XPath.XDocument.dll
**/WindowsBase.dll