mirror of
https://github.com/atuinsh/atuin.git
synced 2025-06-19 08:27:18 +02:00
fix: add protobuf compiler to docker image (#2009)
This commit is contained in:
parent
bce0faa1c2
commit
7067720057
@ -8,7 +8,7 @@ RUN cargo chef prepare --recipe-path recipe.json
|
|||||||
FROM chef AS builder
|
FROM chef AS builder
|
||||||
|
|
||||||
# Ensure working C compile setup (not installed by default in arm64 images)
|
# Ensure working C compile setup (not installed by default in arm64 images)
|
||||||
RUN apt update && apt install build-essential -y
|
RUN apt update && apt install build-essential protobuf-compiler -y
|
||||||
|
|
||||||
COPY --from=planner /app/recipe.json recipe.json
|
COPY --from=planner /app/recipe.json recipe.json
|
||||||
RUN cargo chef cook --release --recipe-path recipe.json
|
RUN cargo chef cook --release --recipe-path recipe.json
|
||||||
|
Loading…
x
Reference in New Issue
Block a user