MauriceNino / dashdot

A simple, modern server dashboard, primarily used by smaller private servers
https://getdashdot.com/
MIT License
2.53k stars 95 forks source link

fix: install coreutils in base image #1057

Closed MoritzHayden closed 1 month ago

MoritzHayden commented 3 months ago

Description

Install the coreutils package into the Dockerfile base image to fix the df -l option as explained here.

Related Issue(s)

shaiay commented 2 months ago

Thank you for this!

until it gets merged, a quick workaround to get it into the current docker container:

MauriceNino commented 1 month ago

Thanks a lot for your contribution, and sorry for the late merge :) Hope this fixes those problems for some users!