Skip to content

Commit

Permalink
fix(ci): include squashfs-tools in Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadowApex committed Feb 14, 2024
1 parent 817222f commit c860207
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "inputplumber"
version = "1.0.0"
version = "0.1.0"
edition = "2021"
license = "GPL-3.0-or-later"
description = "Open source input manager for Linux"
Expand Down
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ FROM rust:1.75

RUN apt-get update && apt-get install -y \
libclang-dev \
libudev-dev
libudev-dev \
squashfs-tools

0 comments on commit c860207

Please sign in to comment.