vinanrra / Docker-7DaysToDie

7 days to die server using LinuxGSM in Docker with backups, monitor, auto-installable mods and more
GNU General Public License v3.0
210 stars 42 forks source link

[FEATURE] Have pigz installed by default #238

Closed aldevecchis closed 2 months ago

aldevecchis commented 2 months ago

At every boot of the server, the script complains that pigz isn't installed. Its absence generated an unwanted behavior concerning the backups: they are all of 0 in size (error messages in the logs aren't enlightening, unfortunately). Once pigz is installed, however, backups work fine. I was going to file a bug instead of a FR, but I soon realized that the circumstances concerning this bug are not entirely clear to me. Anyway, since the workaround (i.e. solution) is pretty simple, this FR should do just fine IMO.

So, to cut it short, it'd be very helpful to have "dpkg --add-architecture i386 && apt update && apt install pigz -y" as part of the installation script, in order to automatize this at every update of the container. Hope this makes sense. Thank you!

vinanrra commented 2 months ago

Hi, thanks for the issue, it should be fixed in the new version.