Skip to content

Commit

Permalink
New linux dep
Browse files Browse the repository at this point in the history
  • Loading branch information
natebuckareff committed Mar 1, 2024
1 parent ae639ab commit 8a3df29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfile.linux-x86_64
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu:22.04
RUN apt update && apt -y install \
curl zip build-essential cmake git python3 pkg-config libwayland-dev
curl zip build-essential cmake git python3 pkg-config libwayland-dev libudev-dev

RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
RUN ~/.cargo/bin/rustup update
Expand Down

0 comments on commit 8a3df29

Please sign in to comment.