fix(ci): dockerfile missing python3-setuptools due to dnsutils removed since Python 3.12

This commit is contained in:
Neko Ayaka
2025-11-24 03:58:23 +08:00
parent 46548096ab
commit 24ac50325d
+1 -1
View File
@@ -4,7 +4,7 @@ WORKDIR /app
RUN apt update && apt install -y ca-certificates curl
RUN update-ca-certificates
RUN apt update && apt install -y build-essential python3 curl
RUN apt update && apt install -y build-essential python3 python3-setuptools curl
RUN corepack enable