You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'll start by saying I'm a bit of a beginner when it comes to linux, so i might have missed a step with installing things. currently though, i'm stuck with getting this prompt every time i try to run 'docker-compose up'
app_1 | Unchecked dependencies for environment dev:
app_1 | * pbkdf2 (https://github.com/code-time/erlang-pbkdf2.git - f8f0012a97f58ade9c70ac93260e4259e4ca4b8d)
app_1 | the dependency does not match the requirement "> 2.0", got "0.0.0"
app_1 | ** (Mix) Can't continue due to errors on dependencies
app_1 | Unchecked dependencies for environment dev:
app_1 | * pbkdf2 (https://github.com/code-time/erlang-pbkdf2.git - f8f0012a97f58ade9c70ac93260e4259e4ca4b8d)
app_1 | Unchecked dependencies for environment dev:
app_1 | * pbkdf2 (https://github.com/code-time/erlang-pbkdf2.git - f8f0012a97f58ade9c70ac93260e4259e4ca4b8d)
app_1 | the dependency does not match the requirement "> 2.0", got "0.0.0"
app_1 | the dependency does not match the requirement "~> 2.0", got "0.0.0"
app_1 | ** (Mix) Can't continue due to errors on dependencies
app_1 | ** (Mix) Can't continue due to errors on dependencies
philomena-master_app_1 exited with code 1
I was also getting a bunch of errors similar to this, not sure if it's related, but i posted the full log for reference if it helps
app_1 | Failed to fetch record for bamboo_smtp from registry (using cache instead)
app_1 | {:failed_connect, [{:to_address, {'repo.hex.pm', 443}}, {:inet6, [:inet6], :eaddrnotavail}]}
A sort of solution i was able to find was similar to that, but with docker not working nicely with the secondary drive i had the philomena-master on. I was able to get it running when i transferred docker's files over to that drive, but then once the computer restarts, docker itself breaks. so I might just be out of my depth.
I'll start by saying I'm a bit of a beginner when it comes to linux, so i might have missed a step with installing things. currently though, i'm stuck with getting this prompt every time i try to run 'docker-compose up'
I was also getting a bunch of errors similar to this, not sure if it's related, but i posted the full log for reference if it helps
philomena-log.txt
The text was updated successfully, but these errors were encountered: