blockchain-certificates / cert-issuer

Issues Blockcerts using either the Bitcoin or Ethereum blockchain
MIT License
414 stars 208 forks source link

fix: add rust installation to dockerfile #282

Open claudiunicolaa opened 8 months ago

claudiunicolaa commented 8 months ago

related https://github.com/blockchain-certificates/cert-issuer/issues/281

lemoustachiste commented 8 months ago

do you know why rust is needed?

claudiunicolaa commented 8 months ago

do you know why rust is needed?

I don't know. I tried to install the project locally via Dockerfile and ran into this problem (see issue assigned to PR)

lemoustachiste commented 8 months ago

I'm not sure this is a cert-issuer only issue and I don't have leeway at this time to try and replicate it, nor to understand it.

As such I am reluctant to add this into the codebase. This is a python project and not a rust project so this feels a bit off.

If you have managed to get cert-issuer working on your machine by applying this fix, then great. I would like to see more people facing this issue before introducing it into the code base.

NachoG13 commented 6 months ago

I have the same problem

gaojindev commented 4 months ago

I ran into the same problem

lemoustachiste commented 4 months ago

@NachoG13 @gaojindev did this fix unblock you?

gaojindev commented 4 months ago

It seems to been fixed by that but after building the container the pc got very slow and i found a strange process image

lemoustachiste commented 4 months ago

Thanks for testing and reporting @gaojindev

I'm still focused on other fronts at the moment but I'll try to make some room to investigate the issue. Not merging this PR yet.