Skip to content

Commit

Permalink
Add the libutf8proc-dev dep for deb
Browse files Browse the repository at this point in the history
Signed-off-by: David Mulder <[email protected]>
  • Loading branch information
dmulder committed Oct 14, 2024
1 parent 6d71b9b commit 7d9cb35
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions images/ubuntu/Dockerfile.22.04
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ RUN apt-get update && apt-get install -y \
gettext \
cargo \
libsqlite3-dev \
libutf8proc-dev \
&& rm -rf /var/lib/apt/lists/*

# Install Rust (latest stable)
Expand Down
1 change: 1 addition & 0 deletions images/ubuntu/Dockerfile.24.04
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ RUN apt-get update && apt-get install -y \
gettext \
cargo \
libsqlite3-dev \
libutf8proc-dev \
&& rm -rf /var/lib/apt/lists/*

# Install Rust (latest stable)
Expand Down
2 changes: 1 addition & 1 deletion src/daemon/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ async-trait = "0.1.83"
[package.metadata.deb]
name = "himmelblau"
maintainer = "David Mulder <[email protected]>"
depends = ["libssl3", "libsqlite3-0"]
depends = ["libssl3", "libsqlite3-0", "libutf8proc3"]
recommends = ["nss-himmelblau", "pam-himmelblau"]
assets = [
["../../src/config/himmelblau.conf.example", "etc/himmelblau/himmelblau.conf", "644"],
Expand Down

0 comments on commit 7d9cb35

Please sign in to comment.