fix: fix Docker build, refs NOISSUE
This commit is contained in:
parent
49d8c2cb08
commit
4f4cda622f
@ -4,7 +4,7 @@ WORKDIR /App
|
||||
# Copy everything
|
||||
COPY . ./
|
||||
|
||||
RUN apt upgrade && apt install libldap -y
|
||||
RUN apt update && apt install libldap-2.5-0 -y
|
||||
|
||||
# Restore as distinct layers
|
||||
RUN dotnet restore ./song_of_the_day/song_of_the_day.csproj
|
||||
|
Loading…
x
Reference in New Issue
Block a user