mirror of
https://github.com/block/goose.git
synced 2026-05-01 21:10:54 +00:00
fix(docker): install protoc to fix lance-encoding build (#2995)
This commit is contained in:
parent
3d56565776
commit
9c8e1b0435
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
@ -116,4 +118,4 @@ RUN echo 'alias ll="ls -la"' >> ~/.bashrc && \
|
|||
echo 'alias fd=fdfind' >> ~/.bashrc
|
||||
|
||||
# Add JBang to PATH
|
||||
RUN echo 'export PATH="$HOME/.jbang/bin:$PATH"' >> ~/.bashrc
|
||||
RUN echo 'export PATH="$HOME/.jbang/bin:$PATH"' >> ~/.bashrc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue