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

4 lines
108 B
Plaintext

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