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