-
Notifications
You must be signed in to change notification settings - Fork 224
Conversation
….0 can't run the produced neo-cli.dll
@neo-project/ngd-shanghai Anyone can test it? |
We'll test it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perfect, Guil.
I followed this procedure to install docker in Windows 10 Home Edition.
After successful installation, build neo-node into docker will report an error, does anyone know what I did wrong?
😥 |
@chenzhitong I can't help with Windows, but you could read this issue. |
@superboyiii @chenzhitong the build works, it's all fine. And I believe that all functions of the node are also working -- because I could run a testnet with this Dockerfile. |
|
@erikzhang Done. Ready to go. 🚀 |
We need to pay more attention when the
Dockerfile
is modified. It's the second time I fix changes that are made in this file, which seems that is modified without any tests. Maybe I can add someDockerfile
tests in the future.In the PR I solved the following:
As stated here, the best way to tag is
5.0
or specific ones, like5.0.102
.Also, I solved something else:
When we use
mcr.microsoft.com/dotnet/runtime:5.0
to run theneo-cli.dll
, the following message appeared:That's why I changed and switched to
mcr.microsoft.com/dotnet/aspnet:5.0
.