We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a696ae3 commit e131224Copy full SHA for e131224
1 file changed
Dockerfile
@@ -4,7 +4,7 @@ FROM rust:${RUST_IMAGE}
4
RUN rustup target add wasm32v1-none
5
6
RUN apt-get update && \
7
- apt-get install -y --no-install-recommends libudev1 libssl3 && \
+ apt-get install -y --no-install-recommends libudev1 libssl3 libdbus-1-3 && \
8
rm -rf /var/lib/apt/lists/*
9
10
ARG TARGETARCH
0 commit comments