Skip to content

Commit

Permalink
Merge pull request monlor#217 from monlor/test
Browse files Browse the repository at this point in the history
fix: 🐛 中文乱码
  • Loading branch information
monlor authored Jul 21, 2024
2 parents 19ba93b + 48d70a4 commit 85bd2f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions metadata/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ WORKDIR /media
# 设置非交互模式,以避免安装过程中提示用户输入
ARG DEBIAN_FRONTEND=noninteractive

ENV LANG=en_US.UTF-8
ENV LANG=zh_CN.UTF-8

RUN apt-get update && \
apt-get install -y cron locales busybox unzip curl fd-find gzip lsof sqlite3 httpie jq tzdata aria2 p7zip-full && \
locale-gen en_US.UTF-8 && \
apt-get install -y cron locales fonts-wqy-zenhei busybox unzip curl fd-find gzip lsof sqlite3 httpie jq tzdata aria2 p7zip-full && \
locale-gen zh_CN.UTF-8 && \
ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && \
apt-get autoremove -y && \
apt-get clean && \
Expand Down

0 comments on commit 85bd2f1

Please sign in to comment.