-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to build Pleroma on latest develop commit #35
Comments
Same problem |
I have the same issue on raspberry pi 4 ubuntu 20.04 LTS 64 bit |
Same here. I believe it is this upstream issue. |
Has someone solved the issue yet? |
hey folks. i was able to successfully build by changing the image tag to elixir:1.9-alpine. thats what the upstream is building from currently. FROM elixir:1.9-alpine |
Should we update the Dockerfile to 1.9? |
potentially? while i was able to build, running was a different story. The upstream entrypoint was throwing errors when trying to bring up the web service: pleroma_ctl and pleroma are absent from PATH echo "-- Running migrations..."
$HOME/bin/pleroma_ctl migrate
echo "-- Starting!"
exec $HOME/bin/pleroma start |
Pleroma build fails seemingly stating a missing dependency "crypt".
The text was updated successfully, but these errors were encountered: