Closed edwardzhou closed 4 months ago
Thanks for reporting this @edwardzhou!
It is perhaps related to this issue, though we do not use HTTPoison: https://github.com/edgurgel/httpoison/issues/328
Could you try removing no_proxy=192.168.0.100
from the RUN
command in the Dockerfile and letting us know if that fixes the issue?
Didn't hear back. Closing. Let us know if we can still help.
--
Describe the bug
we have a dockerized project. in the Dockerfile
when docker build, it always failed with on
mix deps.compile
But if I comment out the mix task
after build the image. enter it by manual
run the mix task by manual, it compiles always successfully
I will fork and replace :hackney with :req to see can fix it.
To Reproduce
Steps to reproduce the behavior: