minter-go-node
minter-go-node copied to clipboard
docker build error
Describe the bug I'm trying to build docker image from source, but it doesn't work.
To Reproduce Steps to reproduce the behavior:
- Go to docker-compose.yml and comment getting an image from repository and uncommented
build .
. - Run
docker-compose build
- See error
Step 6/16 : RUN make get_vendor_deps
---> Running in 38a0cb871af4
make: *** No rule to make target 'get_vendor_deps'. Stop.
ERROR: Service 'minter' failed to build : The command '/bin/sh -c make get_vendor_deps' returned a non-zero code: 2
Desktop (please complete the following information):
- OS: Ubuntu 16.04
- Minter Version: 1.2.0
Thanks for the issue! I've pushed the fix, should be OK now.