Skip to content

Commit

Permalink
feat: 新增rar文件的解压
Browse files Browse the repository at this point in the history
  • Loading branch information
jamebal committed Jul 5, 2024
1 parent aa988d7 commit 4213384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ENV DEBIAN_FRONTEND=noninteractive

# 安装 wget 和 tesseract,并配置时区和 locales
RUN apt-get update && \
apt-get install -y --no-install-recommends wget locales tesseract-ocr p7zip-full && \
apt-get install -y --no-install-recommends wget locales tesseract-ocr p7zip-full unrar && \
locale-gen en_US.UTF-8 && \
update-locale LANG=en_US.UTF-8 && \
# 下载并安装 jellyfin-ffmpeg
Expand Down

0 comments on commit 4213384

Please sign in to comment.