docker-mopidy
docker-mopidy copied to clipboard
Unable to build latest image
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.