Don't add unecessary binaries

This commit is contained in:
Jeff Leung 2024-01-13 23:38:18 -08:00
parent 0e56d778bc
commit 2d6083f530
1 changed files with 8 additions and 8 deletions

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)
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 \