IBM-Blockchain-Identity / indy-ssivc-tutorial

A turnkey, Docker-based tutorial for help developers get acquainted with Self-Sovereign Identity and Verifiable Credentials.
Apache License 2.0
79 stars 73 forks source link

something wrong with the Dockerfile #9

Closed nobody4t closed 6 years ago

nobody4t commented 6 years ago

when I try to build VON with command line : ./manage build. got an error like below:

screen shot 2018-07-05 at 3 30 22 pm

I am not sure how to correct this. Please help. Thanks in advance.

masterDev1985 commented 6 years ago

@WandyLau it might be caused by the version of docker that you are using. If it's too old, it won't support the chown flag.

https://stackoverflow.com/questions/44766665/how-do-i-docker-copy-as-non-root

nobody4t commented 6 years ago

OK. I have found that cause too. Thanks