You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Describe the bug
I'm trying to build docker image from source, but it doesn't work.
To Reproduce
Steps to reproduce the behavior:
build .
.docker-compose build
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: