Hey 😄
I'm trying to install proxy module on my dagger module and I have a weird issue with Python:
dagger install github.com/kpenfound/dagger-modules/proxy@v0.2.5
Traces: https://dagger.cloud/Quartz/traces/df5f7faa4df74f338f7bae4778e0be3d#413be101f7cdbbaa
I also tried with another module https://daggerverse.dev/mod/github.com/rajatjindal/dagger-modules/proxy@35ca0fedba10034d890a87460bb7f00b30b112e2 because I though it was specific to that one but no...
Issue isn't happening with go module
You can also replicate it with :
dagger -m github.com/kpenfound/dagger-modules/proxy@v0.2.5 functions
Anyone has an idea? Or have met this issue before?