Skip to content

Commit

Permalink
feat: add missing debian package dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
josegonzalez committed Sep 22, 2024
1 parent 3a07fe8 commit 6dd2bfa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,11 @@ build/deb/$(NAME)_$(VERSION)_all.deb: build/linux/$(NAME)
&& fpm \
--architecture all \
--category admin \
--depends adduser \
--depends coreutils \
--depends jq \
--depends libc-bin \
--depends openssh-client \
--description "$$PACKAGE_DESCRIPTION" \
--input-type dir \
--license 'MIT License' \
Expand Down

0 comments on commit 6dd2bfa

Please sign in to comment.