Add nugget packages into dockerfile
This commit is contained in:
parent
45d78cb73f
commit
a67e4a1f3a
@ -6,6 +6,9 @@ COPY *.csproj ./
|
|||||||
|
|
||||||
RUN dotnet restore
|
RUN dotnet restore
|
||||||
|
|
||||||
|
RUN dotnet add package System.Data.SQLite
|
||||||
|
RUN dotnet add package SQLitePCLRaw.lib.e_sqlite3
|
||||||
|
|
||||||
COPY . ./
|
COPY . ./
|
||||||
|
|
||||||
RUN dotnet build --configuration Debug
|
RUN dotnet build --configuration Debug
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user