Sign inSign up

lonwern/aspnetcore-libgdiplus

By lonwern

•Updated about 5 years ago

aspnetcore runtime with libgdiplus

Image
8

50K+

Dockerfile
FROM microsoft/dotnet:2.1-aspnetcore-runtime

RUN apt-get update \
    && apt-get install -y --no-install-recommends libgdiplus libc6-dev \
    && apt-get clean \
    && rm -rf /var/lib/apt/lists/*