Skip to content

Commit c41b354

Browse files
authored
Add missing runtime libraries to Docker image (#2594)
1 parent f5f9d4e commit c41b354

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
@@ -3,7 +3,7 @@ FROM rust:latest
33
RUN rustup target add wasm32v1-none
44

55
RUN apt-get update && \
6-
apt-get install -y --no-install-recommends libudev1 libssl3 && \
6+
apt-get install -y --no-install-recommends ca-certificates libdbus-1-3 libssl3 libudev1 && \
77
rm -rf /var/lib/apt/lists/*
88

99
ARG TARGETARCH

0 commit comments

Comments
 (0)