From e2df261364cc06921ba47e9cfa2fd3fe81754be4 Mon Sep 17 00:00:00 2001 From: Horu <73709188+HigherOrderLogic@users.noreply.github.com> Date: Thu, 2 Oct 2025 22:29:51 +1000 Subject: [PATCH] fix: fix web Dockerfile failed to build (#627) --- apps/stage-web/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/stage-web/Dockerfile b/apps/stage-web/Dockerfile index 491773ed3..cd6d047f6 100644 --- a/apps/stage-web/Dockerfile +++ b/apps/stage-web/Dockerfile @@ -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