mirror of
https://github.com/napnap75/multiarch-docker-images.git
synced 2026-05-12 12:57:07 +02:00
Added the missing containers from rpi-docker-images
This commit is contained in:
Executable
+6
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/with-contenv sh
|
||||
|
||||
if [ "$MOPIDY_PLUGINS" != "" ]; then
|
||||
echo "Installing plugins $MOPIDY_PLUGINS"
|
||||
pip3 install $MOPIDY_PLUGINS
|
||||
fi
|
||||
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
crond -f
|
||||
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/execlineb -P
|
||||
|
||||
mopidy
|
||||
Reference in New Issue
Block a user