KapJI / capital-gains-calculator

UK capital gains tax calculator which supports transaction history from different brokers
MIT License
112 stars 42 forks source link

Error "texmf-dist-science (no such package)" when building docker image #530

Closed jfresen closed 2 weeks ago

jfresen commented 1 month ago

In a fresh checkout, I'm following the instructions to run the docker image. But when executing docker buildx build --platform linux/amd64 --tag capital-gains-calculator ., I get an error texmf-dist-science (no such package).

I'm not familiar with docker, but from what I can see, the package doesn't exist on Alpine. Should this be fetched from somewhere else?

See output.txt for the output of the command.

azatZul commented 2 weeks ago

I have the same issue