fix: fix web Dockerfile failed to build (#627)

This commit is contained in:
Horu
2025-10-02 20:29:51 +08:00
committed by GitHub
parent 51c38c8548
commit e2df261364
+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 python3 curl
RUN apt update && apt install -y build-essential python3 curl
RUN corepack enable