Skip to content

Commit

Permalink
add more libs for the IT suite
Browse files Browse the repository at this point in the history
  • Loading branch information
pront committed Mar 3, 2025
1 parent a5a3d10 commit ba26a52
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/integration/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@ FROM docker.io/rust:${RUST_VERSION}-slim-bookworm

RUN apt-get update && apt-get install -y --no-install-recommends \
build-essential \
libc6-dev \
cmake \
curl \
g++ \
libclang1 \
llvm \
libclang-dev \
libsasl2-dev \
libssl-dev \
llvm \
pkg-config \
zlib1g-dev \
unzip \
Expand Down

0 comments on commit ba26a52

Please sign in to comment.