So far I installed my additional needed stuff directly in Docker, as a "post argument".
/bin/sh -c 'apt update && apt install -y smartmontools && apt install -y lm-sensors && apt install -y nvme-cli && apt install -y ipmitool && telegraf'
This does not work anymore. The error message appears as mentioned in the headline. How can I as root continue to install these things, as a "post argument"?
System: Unraid - Docker - Telegraf:latest