Skip to content

Commit 0dc44e3

Browse files
committed
Add cron to deb package deps
Debian 11 doesn't have cron installed by default (at least in LXD/Incus images), so invocation to crontab command failed during postinstall.
1 parent 6b06a5f commit 0dc44e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

debian/control.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Depends: ${shlibs:Depends}, ssl-cert, ucf, curl, sysstat,
2626
v4l-utils,
2727
vainfo,
2828
i965-va-driver,
29+
cron,
2930
# python3-pip,
3031
#focal php-sqlite3, php-gd, php-curl, php-mysql
3132
#jammy php-sqlite3, php-gd, php-curl, php-mysql

0 commit comments

Comments
 (0)