Dockerfile: add missing build/runtime dependencies (#7546)
Signed-off-by: Dan Prince <dprince@redhat.com>
This commit is contained in:
@@ -9,9 +9,11 @@ FROM rust:1.82-bookworm AS builder
|
|||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get install -y --no-install-recommends \
|
apt-get install -y --no-install-recommends \
|
||||||
build-essential \
|
build-essential \
|
||||||
|
cmake \
|
||||||
pkg-config \
|
pkg-config \
|
||||||
libssl-dev \
|
libssl-dev \
|
||||||
libdbus-1-dev \
|
libdbus-1-dev \
|
||||||
|
libclang-dev \
|
||||||
protobuf-compiler \
|
protobuf-compiler \
|
||||||
libprotobuf-dev \
|
libprotobuf-dev \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
@@ -40,6 +42,7 @@ RUN apt-get update && \
|
|||||||
ca-certificates \
|
ca-certificates \
|
||||||
libssl3 \
|
libssl3 \
|
||||||
libdbus-1-3 \
|
libdbus-1-3 \
|
||||||
|
libgomp1 \
|
||||||
libxcb1 \
|
libxcb1 \
|
||||||
curl \
|
curl \
|
||||||
git \
|
git \
|
||||||
|
|||||||
Reference in New Issue
Block a user