🚀 在现有 Dockerfile 的基础上,修改无浏览器镜像

This commit is contained in:
2024-12-22 20:34:40 +08:00
parent 8c6e77dd94
commit 8550ff975a
3 changed files with 11 additions and 60 deletions
+1 -3
View File
@@ -105,9 +105,7 @@ ENV DEBIAN_FRONTEND=noninteractive \
PYTHONUNBUFFERED=1 \
UV_LINK_MODE=copy \
TZ=Asia/Shanghai \
SHELL="/bin/bash" \
PNPM_HOME="/pnpm" \
PATH="/pnpm:${PATH}"
SHELL="/bin/bash"
RUN echo "📦 Installing system dependencies..." && \
apt-get update && \