fix: fix Docker build, refs NOISSUE
This commit is contained in:
		@@ -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
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user