Skip to content

Commit

Permalink
Add libudev-dev and libdbus-1-dev to system path (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
elizabethengelman authored Jan 27, 2025
1 parent 5df600c commit 00afa45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ARG RUST_TOOLCHAIN_VERSION
ARG NODE_VERSION

ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y build-essential expect git && apt-get clean
RUN apt-get update && apt-get install -y build-essential expect git libdbus-1-dev libudev-dev && apt-get clean

# Install Rust
RUN ["mkdir", "-p", "/rust"]
Expand Down

0 comments on commit 00afa45

Please sign in to comment.