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

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

# Install extensions
RUN mkdir logs && chmod 777 logs && apt-get update && apt-get install -y tar jq procps net-tools
VOLUME ["/app"]
