-
Notifications
You must be signed in to change notification settings - Fork 310
docker: separate CLI and WEB building stages #389
Conversation
Hi @anhdungle93 , as I don't have the environment at the moment, would you like to help me test this PR by |
@yxliang01 sorry for my late response. The command output the following error:
I tried to google and this may be the problem moby/moby#36956 |
My bad, I didn't take the Dockerfile from the PR. I managed to build now but when I want to run the image I get
|
@anhdungle93 Fixed, if everything goes well, you should be able to use Oyente CLI in docker. Let me know how it goes. Thanks! |
@yxliang01 The path is stlll not correct
|
@anhdungle93 Hmm this is awkward. By the way, why your last error message doesn't have a leading |
@yxliang01 thanks for the help. I tried to add the
|
@anhdungle93 Thanks again. I will try to get a setup on my end, and fix accordingly later. If you wish to use Oyente CLI for now, please run |
@yxliang01 somehow the only thing in the folder
|
Hmm @anhdungle93 Then, I am afraid there might be some setup problem at your end. I suggest you try to freshly clone this codebase again and checkout the branch |
@yxliang01
I suspect that oyente only supports old solidity version? |
@anhdungle93 Could you file a new issue with the contract used posted? The officially supported version is 0.4.19 . If I remember correctly, I have successfully run over 0.4.24 or something. |
@yxliang01 yes the dockerfile produced a runnable image, so we can close issue #388. |
Thank you @anhdungle93 again for your help in testing this PR! |
This addresses #383 and fixes #387 .