fix: fix Docker build, refs NOISSUE

This commit is contained in:
simon 2025-05-17 22:32:08 +02:00
parent 49d8c2cb08
commit 4f4cda622f

View File

@ -4,7 +4,7 @@ WORKDIR /App
# Copy everything # Copy everything
COPY . ./ COPY . ./
RUN apt upgrade && apt install libldap -y RUN apt update && apt install libldap-2.5-0 -y
# Restore as distinct layers # Restore as distinct layers
RUN dotnet restore ./song_of_the_day/song_of_the_day.csproj RUN dotnet restore ./song_of_the_day/song_of_the_day.csproj