Skip to content

Commit 6af486c

Browse files
committed
Merge remote-tracking branch 'origin/main' into config_encryption
# Conflicts: # Cargo.lock
2 parents 60d37ac + ab1dc74 commit 6af486c

File tree

438 files changed

+9825
-4737
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

438 files changed

+9825
-4737
lines changed

.devcontainer/Dockerfile

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
55
&& apt-get purge -y imagemagick imagemagick-6-common
66

77
# Add protoc
8-
# https://datafusion.apache.org/contributor-guide/getting_started.html#protoc-installation
9-
RUN curl -LO https://github.com/protocolbuffers/protobuf/releases/download/v25.1/protoc-25.1-linux-x86_64.zip \
10-
&& unzip protoc-25.1-linux-x86_64.zip -d $HOME/.local \
11-
&& rm protoc-25.1-linux-x86_64.zip
12-
13-
ENV PATH="$PATH:$HOME/.local/bin"
8+
# https://datafusion.apache.org/contributor-guide/development_environment.html#protoc-installation
9+
RUN apt-get update \
10+
&& apt-get install -y --no-install-recommends protobuf-compiler libprotobuf-dev \
11+
&& rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)