Skip to content

Instantly share code, notes, and snippets.

@radu-matei
Last active November 24, 2017 08:46
Show Gist options
  • Save radu-matei/23c4d7409d6a9c04688573270ce2adc0 to your computer and use it in GitHub Desktop.
Save radu-matei/23c4d7409d6a9c04688573270ce2adc0 to your computer and use it in GitHub Desktop.
FROM alpine:3.6
RUN apk add --no-cache \
ca-certificates \
\
# .NET Core dependencies
krb5-libs \
libcurl \
libgcc \
libintl \
libssl1.0 \
libstdc++ \
libunwind \
libuuid \
tzdata \
userspace-rcu \
zlib \
&& apk -X https://dl-cdn.alpinelinux.org/alpine/edge/main add --no-cache \
lttng-ust
# Set the invariant mode since icu_libs isn't included (see https://github.com/dotnet/announcements/issues/20)
ENV DOTNET_SYSTEM_GLOBALIZATION_INVARIANT true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment