mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-06-28 19:23:43 -04:00
6 lines
95 B
Plaintext
6 lines
95 B
Plaintext
#!/usr/bin/with-contenv bash
|
|
|
|
echo "**** installing ffmpeg ****"
|
|
apk add --no-cache \
|
|
ffmpeg
|