Don't add unecessary binaries
This commit is contained in:
@@ -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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user