chore(docker): remove unneeded deps

This commit is contained in:
SkajpCZ 2025-11-03 12:21:32 +01:00
parent 23f39dae85
commit 642f304c43

View File

@ -7,7 +7,6 @@ COPY *.csproj ./
RUN dotnet restore
RUN dotnet add package Microsoft.Data.Sqlite
RUN dotnet add package SQLitePCLRaw.lib.e_sqlite3
COPY . ./