-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A0-2962: Dockerfile #51
Comments
Thanks for the report, I'll look into it! |
The problem seems to be with the version of rust you're using to install cargo +nightly-2023-04-16 install ink-wrapper --locked --version 0.5.0 to basically lock the toolchain you're using to compile |
Please let me know if this solves your problem, or open another issue if you have any other problems. |
Installing |
I was trying to create a docker file where I could run
ink-wrapper
. For reasons unknown to me, ink-wrapper produces wrong output. I am attaching sample.zip where you will find everything to reproduce the issue.The text was updated successfully, but these errors were encountered: