Open Salamafet opened 3 years ago
Hi, thanks for reporting this issue. Would it be possible for you to try to build the container by running the Makefile?
To do this just cd
to the project root and run make container
. I suspect the error you experienced is due to undefined build arguments HOST_UID
and HOST_USER
. If your test is successful, I will update the Dockerfile with sane defaults for these two variables.
Already tried, but I got the following error due to MacOS:
make[2]: *** No rule to make target `darwin_amd64'. Stop.
make[1]: *** [dev] Error 2
make: *** [container] Error 2
I will try to edit the dockerfile to not use variable
Ok, that makes sense. Thanks for reporting back. We will fix the Dockerfiles in the next release. If you come across any other issue, please let us know.
Without variable, it's working.
But I can't compile, so I can't copy the binaries when running the second "docker build".
Hi,
When I try to build the Dockerfile, I have the following error:
To Reproduce
cd build
docker build -f Dockerfile.builder .
Desktop :