mirror of
https://github.com/linuxserver/docker-mods.git
synced 2026-01-20 20:33:57 +08:00
switch to hybrid
This commit is contained in:
parent
e351fa3135
commit
fd4897b2e6
8
root/etc/s6-overlay/s6-rc.d/init-mod-swag-ffmpeg-add-package/run
Executable file
8
root/etc/s6-overlay/s6-rc.d/init-mod-swag-ffmpeg-add-package/run
Executable file
@ -0,0 +1,8 @@
|
||||
#!/usr/bin/with-contenv bash
|
||||
|
||||
if ! apk info 2>&1 | grep -q "ffmpeg"; then
|
||||
echo "**** adding ffmpeg to package install list ****"
|
||||
echo "ffmpeg" >> /mod-repo-packages-to-install.list
|
||||
else
|
||||
echo "**** ffmpeg already installed, skipping ****"
|
||||
fi
|
||||
@ -0,0 +1 @@
|
||||
oneshot
|
||||
@ -0,0 +1 @@
|
||||
/etc/s6-overlay/s6-rc.d/init-mod-swag-ffmpeg-add-package/run
|
||||
Loading…
x
Reference in New Issue
Block a user