fix: fix web Dockerfile failed to build (#627)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user