FROM arm32v6/alpine RUN adduser -S mopidy \ && apk add --no-cache py-pip mopidy gstreamer sudo \ && python3 -m pip install Mopidy-Iris \ && python3 -m pip install Mopidy-MPD \ && ldconfig \ && wget https://www.ee.columbia.edu/~dpwe/sounds/music/africa-toto.wav -O ~/toto.wav \ && mkdir -p ~/.config/mopidy \ && cat <