fix: fix admin frontend image compilation failure (#714)
This commit is contained in:
parent
54dea523e6
commit
e9e35f5700
|
|
@ -3,7 +3,7 @@
|
|||
FROM lukemathwalker/cargo-chef:latest-rust-1.77 as chef
|
||||
|
||||
WORKDIR /app
|
||||
RUN apt update && apt install lld clang -y
|
||||
RUN apt update && apt install lld clang protobuf-compiler -y
|
||||
|
||||
# FROM chef as planner
|
||||
# COPY . .
|
||||
|
|
|
|||
Loading…
Reference in New Issue