From 2d6083f5300298ea1ad726c7f7dc6ee113e3646a Mon Sep 17 00:00:00 2001 From: Jeff Leung Date: Sat, 13 Jan 2024 23:38:18 -0800 Subject: [PATCH] Don't add unecessary binaries --- .../Dockerfile.alpine-selfcontained | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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 \