wernight / docker-mopidy

Containerized Mopidy MPD (Music Player Daemon) along with Spotify, Google Music... plugins.
https://hub.docker.com/r/wernight/mopidy/
MIT License
160 stars 86 forks source link

Unable to build latest image #55

Open hol430 opened 2 years ago

hol430 commented 2 years ago

When attempting to build the docker image from latest git sources, I get the following output:

...
Step 13/18 : RUN /usr/bin/dumb-init /entrypoint.sh /usr/bin/mopidy --version
 ---> Running in 05c755cebdab
/entrypoint.sh: line 9: /usr/bin/mopidy: No such file or directory

I then opened a shell in the intermediate build image and discovered that the mopidy binary was located at /usr/local/bin/mopidy. After modifying the dockerfile to reflect this, I was able to successfully build the image.