InterLinked1 / lbbs

Lightweight BBS For Linux - Bulletin Board System server software
GNU General Public License v2.0
35 stars 4 forks source link

Missing dependencies for bookworm-slim docker container #26

Closed marrold closed 3 months ago

marrold commented 3 months ago

Hi,

I noticed the install_prereq.sh script doesn't install the following dependencies which are missing for the bookworm-slim docker image:

wget bc

I would submit a PR but I don't know if you think these should be included for Fedora / FreeBSD etc or if this is an edge case and they shouldn't be included at all

Cheers

InterLinked1 commented 3 months ago

If they're missing on some systems at all, then I agree to be safe we should explicitly install them. If packages exist for Fedora / FreeBSD, they could be added; if not, it could just be Debian.

marrold commented 3 months ago

If packages exist for Fedora / FreeBSD

I don't have these platforms to test on unfortunately

InterLinked1 commented 3 months ago

If packages exist for Fedora / FreeBSD

I don't have these platforms to test on unfortunately

Then it'd be fine to just modify the Debian ones... some of the other Fedora/BSD packages are also missing as it is, so there's no need to maintain parity that doesn't exist in the first place.