FROM mcr.microsoft.com/dotnet/aspnet:6.0

# 设置语言/区域设置环境变量
ENV LANG zh-Hans

# Install extensions
RUN apt-get update && apt-get install -y tar jq procps net-tools
