install curl in dockerfile
All checks were successful
Build Docker Images / build-and-push (push) Successful in 1m27s
All checks were successful
Build Docker Images / build-and-push (push) Successful in 1m27s
This commit is contained in:
@@ -9,6 +9,9 @@ COPY BimAI.Domain/BimAI.Domain.csproj BimAI.Domain/
|
||||
COPY BimAI.Application/BimAI.Application.csproj BimAI.Application/
|
||||
COPY BimAI.Infrastructure/BimAI.Infrastructure.csproj BimAI.Infrastructure/
|
||||
|
||||
# Install curl
|
||||
RUN apt-get update && apt-get install -y curl && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Restore dependencies
|
||||
RUN dotnet restore BimAI.API/BimAI.API.csproj
|
||||
|
||||
|
||||
Reference in New Issue
Block a user