mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-07-01 12:51:43 +08:00
fix(docker): レイヤー数を減らす
This commit is contained in:
@@ -98,15 +98,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
fi \
|
||||
&& dpkg-reconfigure --frontend noninteractive tzdata \
|
||||
&& curl https://rclone.org/install.sh | bash \
|
||||
&& apt-get autoremove -y \
|
||||
&& apt-get clean \
|
||||
&& rm -rf \
|
||||
/tmp/* \
|
||||
/var/lib/apt/lists/* \
|
||||
/var/tmp/*
|
||||
|
||||
# 安装playwright依赖
|
||||
RUN playwright install-deps chromium \
|
||||
&& playwright install-deps chromium \
|
||||
&& apt-get autoremove -y \
|
||||
&& apt-get clean \
|
||||
&& rm -rf \
|
||||
|
||||
Reference in New Issue
Block a user