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 the entire project
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
|
RUN apt-get update && apt-get install -y protobuf-compiler
|
||||||
|
|
||||||
# Build the project
|
# Build the project
|
||||||
RUN cargo build --release
|
RUN cargo build --release
|
||||||
|
|
||||||
@@ -116,4 +118,4 @@ RUN echo 'alias ll="ls -la"' >> ~/.bashrc && \
|
|||||||
echo 'alias fd=fdfind' >> ~/.bashrc
|
echo 'alias fd=fdfind' >> ~/.bashrc
|
||||||
|
|
||||||
# Add JBang to PATH
|
# Add JBang to PATH
|
||||||
RUN echo 'export PATH="$HOME/.jbang/bin:$PATH"' >> ~/.bashrc
|
RUN echo 'export PATH="$HOME/.jbang/bin:$PATH"' >> ~/.bashrc
|
||||||
|
|||||||
Reference in New Issue
Block a user