Skip to content

Commit

Permalink
Merge pull request #207 from monlor/test
Browse files Browse the repository at this point in the history
fix: 🐛 添加缺失的软件包aria2 7z
  • Loading branch information
monlor authored Jul 17, 2024
2 parents 603e3af + 800a177 commit 49c9d23
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions metadata/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ WORKDIR /media
# 设置非交互模式,以避免安装过程中提示用户输入
ARG DEBIAN_FRONTEND=noninteractive

ENV LANG=zh_CN.UTF-8 \
LANGUAGE=zh_CN:zh \
LC_ALL=zh_CN.UTF-8
ENV LANG=en_US.UTF-8 \
LANGUAGE=en_US:zh \
LC_ALL=en_US.UTF-8

RUN apt-get update && \
apt-get install -y cron locales busybox unzip curl fd-find gzip lsof sqlite3 httpie jq tzdata && \
locale-gen zh_CN.UTF-8 && \
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 && \
ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && \
apt-get autoremove -y && \
apt-get clean && \
Expand Down

0 comments on commit 49c9d23

Please sign in to comment.