We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3eaea8 commit 950eb8eCopy full SHA for 950eb8e
docker/Dockerfile
@@ -4,16 +4,13 @@ FROM ghcr.io/rust-cross/rust-musl-cross:aarch64-musl AS musl_aarch64
4
FROM rust:1.91.0-slim-trixie AS build-base
5
6
# Prepopulate cargo index and install dependencies
7
-# libcurl4-openssl-dev and libsasl2-dev are require for building with the Kafka OIDC feature enabled.
8
RUN cargo search --limit=1 && \
9
apt update && apt upgrade -y && \
10
apt -y install --no-install-recommends \
11
g++-x86-64-linux-gnu \
12
g++-aarch64-linux-gnu \
13
protobuf-compiler \
14
libprotoc-dev \
15
- libcurl4-openssl-dev \
16
- libsasl2-dev \
17
clang \
18
cmake \
19
llvm \
0 commit comments