From e8ca1cab746e8354cd597020716ac817d8d0519d Mon Sep 17 00:00:00 2001 From: Sebastian Stehle Date: Sun, 27 Oct 2019 19:18:13 +0100 Subject: [PATCH] Packages updated and curl removed again, because it is already part of the base image. --- Dockerfile | 3 --- .../src/Squidex.Infrastructure/Squidex.Infrastructure.csproj | 2 +- backend/src/Squidex/Squidex.csproj | 2 +- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index b0084413b..e5cbb9084 100644 --- a/Dockerfile +++ b/Dockerfile @@ -56,9 +56,6 @@ RUN cp -a build /build/ # FROM mcr.microsoft.com/dotnet/core/aspnet:3.0-buster-slim -# Add curl -RUN apt-get install curl - # Default AspNetCore directory WORKDIR /app diff --git a/backend/src/Squidex.Infrastructure/Squidex.Infrastructure.csproj b/backend/src/Squidex.Infrastructure/Squidex.Infrastructure.csproj index d498c949b..ea46d3593 100644 --- a/backend/src/Squidex.Infrastructure/Squidex.Infrastructure.csproj +++ b/backend/src/Squidex.Infrastructure/Squidex.Infrastructure.csproj @@ -12,7 +12,7 @@ - + diff --git a/backend/src/Squidex/Squidex.csproj b/backend/src/Squidex/Squidex.csproj index ff1b64e20..2a7c868f4 100644 --- a/backend/src/Squidex/Squidex.csproj +++ b/backend/src/Squidex/Squidex.csproj @@ -54,7 +54,7 @@ - +