mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-06-26 02:03:14 -04:00
4 lines
108 B
Plaintext
4 lines
108 B
Plaintext
#!/usr/bin/with-contenv bash
|
|
|
|
echo "**** installing ffmpeg ****"
|
|
apt-get update && apt-get install -y ffmpeg |