1
Fork 0
ci-images/images/fava
Lucas Schwiderski a5c62f85e3
Fix fava build commands
`find` seems to behave extremely weird within Docker `RUN` commands.
I could not find a way to properly escape `;`s in a way that I
can specify one for `find -exec` and a second one to separate `find`
from the next command. `find` would always complain about it.

So instead, it's now simply the last command in the chain, where no
separator is needed.
2024-08-26 11:50:54 +02:00
..
Dockerfile Fix fava build commands 2024-08-26 11:50:54 +02:00
requirements.txt Fix commit-based pip packages 2024-08-26 10:56:34 +02:00