mirror of
https://github.com/napnap75/multiarch-docker-images.git
synced 2026-02-05 10:28:59 +01:00
Added the missing containers from rpi-docker-images
This commit is contained in:
6
mopidy/etc/cont-init.d/init-plugins.sh
Executable file
6
mopidy/etc/cont-init.d/init-plugins.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/with-contenv sh
|
||||
|
||||
if [ "$MOPIDY_PLUGINS" != "" ]; then
|
||||
echo "Installing plugins $MOPIDY_PLUGINS"
|
||||
pip3 install $MOPIDY_PLUGINS
|
||||
fi
|
||||
Reference in New Issue
Block a user