Skip to content

Commit e131224

Browse files
committed
Install libdbus-1-3 so the binary loads on slim images.
1 parent a696ae3 commit e131224

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM rust:${RUST_IMAGE}
44
RUN rustup target add wasm32v1-none
55

66
RUN apt-get update && \
7-
apt-get install -y --no-install-recommends libudev1 libssl3 && \
7+
apt-get install -y --no-install-recommends libudev1 libssl3 libdbus-1-3 && \
88
rm -rf /var/lib/apt/lists/*
99

1010
ARG TARGETARCH

0 commit comments

Comments
 (0)