mirror of
https://github.com/aaif-goose/goose.git
synced 2026-06-02 06:14:27 +02:00
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 && \
|
||||
apt-get install -y --no-install-recommends \
|
||||
build-essential \
|
||||
cmake \
|
||||
pkg-config \
|
||||
libssl-dev \
|
||||
libdbus-1-dev \
|
||||
libclang-dev \
|
||||
protobuf-compiler \
|
||||
libprotobuf-dev \
|
||||
ca-certificates \
|
||||
@@ -40,6 +42,7 @@ RUN apt-get update && \
|
||||
ca-certificates \
|
||||
libssl3 \
|
||||
libdbus-1-3 \
|
||||
libgomp1 \
|
||||
libxcb1 \
|
||||
curl \
|
||||
git \
|
||||
|
||||
Reference in New Issue
Block a user