diff --git a/IaC/RBLNews.Web/Dockerfile b/IaC/RBLNews.Web/Dockerfile index 0235c80..e3f68ef 100644 --- a/IaC/RBLNews.Web/Dockerfile +++ b/IaC/RBLNews.Web/Dockerfile @@ -11,7 +11,6 @@ COPY ["../../RBLNews.Web/RBLNews.Web.csproj", "RBLNews.Web/"] COPY ["../../RBLNews.Shared/RBLNews.Shared.csproj", "RBLNews.Shared/"] RUN dotnet nuget add source --name itob https://git.wohlleben.dev/api/packages/itob/nuget/index.json RUN dotnet nuget disable source "nuget.org" -RUN dotnet add package --source itob --version 1.0.0 RBLFeederCommon RUN dotnet restore "RBLNews.Web/RBLNews.Web.csproj" COPY . . WORKDIR "/src/RBLNews.Web"