igormcsouza / full-stack-todo

Full Stack Todo is a Project to show up my habilites and also, provide some snippets and other pieces and bobs very useful when developing your own projects
https://igormcsouza.github.io/full-stack-todo/
1 stars 0 forks source link

Error with building backend image #22

Open igormcsouza opened 3 years ago

igormcsouza commented 3 years ago

The backend check is failing because of a problem with criptography!

igormcsouza commented 3 years ago

I found this issue which may help!

igormcsouza commented 3 years ago

Well, I tryed in another project... the bellow certainly will help!! Just Add this to the Dockerfile before install poetry!

ENV CRYPTOGRAPHY_DONT_BUILD_RUST=1