Error: Could not find a version

I think this is at runtime, so you actually want environment, not build-environment:

apps:
    specter-desktop:
        environment:
            LANG: C.UTF-8
            LC_ALL: C.UTF-8
        ...
1 Like