yegle / fava-docker

A Dockerfile for beancount-fava
MIT License
91 stars 45 forks source link

Pybabel is missing #12

Closed fdw closed 2 years ago

fdw commented 2 years ago

I had problems building a new image for ARMv7 (while #7 is still not solved 🙈): Fava's makefile calls pybabel, but it's not installed. I had to first install pip and then call pip3 install babel to fix this.

Is this my mistake? Or do you want a PR?

Steffo99 commented 2 years ago

I've encountered the same problem, I quickly hacked around it with a fork (https://github.com/Steffo99/docker-fava), but it's definitely something that should be fixed.

yegle commented 2 years ago

Hi sorry for the late response.

It looks like this is an issue that should be fixed in the upstream. I'll see if I can send a PR to them.

fdw commented 2 years ago

This still seems broken. Am I doing something wrong?

yegle commented 2 years ago

Sorry got distracted and just fixed it.