mirror of
https://github.com/moghtech/komodo.git
synced 2026-07-16 01:59:56 -05:00
Git LFS isn't installed in periphery #1492
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @wutscher on GitHub (Nov 21, 2025).
I recently setup a build with one of my repos, which utilizes GIT-LFS to handle large files. The build kept failing until I docker exec'ed into the container and ran the following commands:
I think adding this block
bin/periphery/debian-deps.shshould resolve the issue, but I'm not familiar with the codebase.For now I am using a fairly hacky workaround in the docker-compose config to get things to work:
I really appreciate all the great work you guys are putting into this project, thank you!
@FreeSoftwareServers commented on GitHub (Dec 13, 2025):
Second this issue! Thanks for providing a solution along with workaround!