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