fix(docker): レイヤー数を減らす

This commit is contained in:
DDSRem
2025-08-21 21:28:18 +08:00
parent e5804378c2
commit 02339562ed

View File

@@ -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 \