diff --git a/AS1024.GeoFeed.MinimalAPI/Dockerfile.alpine-selfcontained b/AS1024.GeoFeed.MinimalAPI/Dockerfile.alpine-selfcontained index 0be14b6..2777d01 100644 --- a/AS1024.GeoFeed.MinimalAPI/Dockerfile.alpine-selfcontained +++ b/AS1024.GeoFeed.MinimalAPI/Dockerfile.alpine-selfcontained @@ -11,14 +11,14 @@ ENV \ # Set the invariant mode since ICU package isn't included (see https://github.com/dotnet/announcements/issues/20) DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=true -RUN apk add --upgrade --no-cache \ - ca-certificates-bundle \ - \ - # .NET dependencies - libgcc \ - libssl3 \ - libstdc++ \ - zlib +#RUN apk add --upgrade --no-cache \ +# ca-certificates-bundle \ +# \ +# # .NET dependencies +# libgcc \ +# libssl3 \ +# libstdc++ \ +# zlib # Create a non-root user and group RUN addgroup \