From da0e352e95bebb070c50a77675ec6b1788f93534 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20MIELCAREK?= Date: Thu, 5 Oct 2023 10:24:35 +0200 Subject: [PATCH] Update 'Sources/Dockerfile' --- Sources/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Sources/Dockerfile b/Sources/Dockerfile index d38b0ab..e266fca 100644 --- a/Sources/Dockerfile +++ b/Sources/Dockerfile @@ -2,6 +2,7 @@ FROM mcr.microsoft.com/dotnet/sdk:7.0 AS build WORKDIR /src COPY . . + RUN dotnet add OpenLibraryWrapper/OpenLibraryWrapper.csproj package Swashbuckle.AspNetCore -v 6.5 RUN dotnet restore OpenLibraryWrapper/OpenLibraryWrapper.csproj RUN dotnet build OpenLibraryWrapper/OpenLibraryWrapper.csproj