added dependencies to server package build

This commit is contained in:
Joel Klimont 2022-10-05 23:25:05 +02:00
parent f29c78514a
commit aa39f44f71
2 changed files with 4 additions and 0 deletions

View file

@ -11,6 +11,10 @@ fpm \
--name compsrv \
--version 1.0.0-0 \
--architecture all \
-d "libprotobuf23" \
-d "protobuf-compiler" \
-d "python3-protobuf" \
-d "pigpio" \
./test_bin/compsrv=/usr/bin/compsrv
# MUST BE RUN IN BASH, zsh has 'ar' as an alias to 'apt'

Binary file not shown.