readflow icon indicating copy to clipboard operation
readflow copied to clipboard

Unable to build container

Open robin-collins opened this issue 2 years ago • 2 comments

docker build . docker compose up (no ncarlier/readflow:latest) modifying docker-compose.yml to have the build . command, Also used latest brach, and release how can so much be so wrong.

robin-collins avatar Dec 22 '23 23:12 robin-collins

I updated the docker-compose file to use the ncarlier/readflow:edge image ("latest" tag doesn't exists). Docker build should work properly. What is your error message?

ncarlier avatar Dec 23 '23 11:12 ncarlier

dont know if it relevant to this, but i almost want to ask then find read the error message

[readflow backend-builder 4/4] RUN make: 0.336 Makefile:40: /go/src/github.com/ncarlier/readflow/makefiles/docker/compose.Makefile: No such file or directory

then i read the docs Development To be able to build the project you will need to:

Install makefiles external helpers: $ git submodule init $ git submodule update

and it works.. something missing in Dockerfile? (trying to build the container for my arm64's raspberry pi 4)

user9931 avatar Feb 05 '24 12:02 user9931