diff --git a/src/FilterLists.Agent/Dockerfile b/src/FilterLists.Agent/Dockerfile index 3cce8f70f..ea4486fee 100644 --- a/src/FilterLists.Agent/Dockerfile +++ b/src/FilterLists.Agent/Dockerfile @@ -16,7 +16,6 @@ RUN dotnet restore # build COPY src/FilterLists.Agent/. . -RUN dotnet add package ILLink.Tasks -v 0.1.5-preview-1841731 -s https://dotnet.myget.org/F/dotnet-core/api/v3/index.json RUN dotnet build -c Release -r linux-musl-x64 -o out --no-restore # init Agent.Tests