Files
docker-mods-uptime-kuma-tim…/root/etc/cont-init.d/98-ffmpeg
T
2020-05-09 22:24:00 +02:00

4 lines
100 B
Plaintext

#!/usr/bin/with-contenv bash
echo "**** installing ffmpeg ****"
apt update && apt install -y ffmpeg