From 645c5a19bc66765b9d4fb2b4b00c430e5816e088 Mon Sep 17 00:00:00 2001 From: cysamurai Date: Fri, 10 Apr 2026 16:11:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/docker/install-build-deps.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/docker/install-build-deps.sh b/scripts/docker/install-build-deps.sh index 30ddbea..b6da150 100644 --- a/scripts/docker/install-build-deps.sh +++ b/scripts/docker/install-build-deps.sh @@ -32,7 +32,9 @@ Architectures: arm64 EOF apt-get update -apt-get install -y --no-install-recommends ca-certificates curl gnupg git ubuntu-keyring +apt-get install -y --no-install-recommends \ + ca-certificates curl gnupg git ubuntu-keyring \ + python3 python3-importlib-metadata python3-markdown # 本机构建 amd64 apt-get install -y --no-install-recommends \