Don't add unecessary binaries

This commit is contained in:
2024-01-13 23:38:18 -08:00
parent 0e56d778bc
commit 2d6083f530

View File

@@ -11,14 +11,14 @@ ENV \
# Set the invariant mode since ICU package isn't included (see https://github.com/dotnet/announcements/issues/20) # Set the invariant mode since ICU package isn't included (see https://github.com/dotnet/announcements/issues/20)
DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=true DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=true
RUN apk add --upgrade --no-cache \ #RUN apk add --upgrade --no-cache \
ca-certificates-bundle \ # ca-certificates-bundle \
\ # \
# .NET dependencies # # .NET dependencies
libgcc \ # libgcc \
libssl3 \ # libssl3 \
libstdc++ \ # libstdc++ \
zlib # zlib
# Create a non-root user and group # Create a non-root user and group
RUN addgroup \ RUN addgroup \