docker-mopidy icon indicating copy to clipboard operation
docker-mopidy copied to clipboard

Unable to build latest image

Open hol430 opened this issue 3 years ago • 0 comments

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.

hol430 avatar Feb 06 '22 02:02 hol430