mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-18 06:34:26 +01:00
fix(docker): install protoc to fix lance-encoding build (#2995)
This commit is contained in:
@@ -16,6 +16,8 @@ WORKDIR /usr/src/goose
|
||||
# Copy the entire project
|
||||
COPY . .
|
||||
|
||||
RUN apt-get update && apt-get install -y protobuf-compiler
|
||||
|
||||
# Build the project
|
||||
RUN cargo build --release
|
||||
|
||||
|
||||
Reference in New Issue
Block a user