Skip to content

Commit e2df261

Browse files
fix: fix web Dockerfile failed to build (#627)
1 parent 51c38c8 commit e2df261

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/stage-web/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ WORKDIR /app
44

55
RUN apt update && apt install -y ca-certificates curl
66
RUN update-ca-certificates
7-
RUN apt update && apt install -y python3 curl
7+
RUN apt update && apt install -y build-essential python3 curl
88

99
RUN corepack enable
1010

0 commit comments

Comments
 (0)