mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2026-05-22 23:51:42 -05:00
[PR #198] [MERGED] fix(docker): add git and git-lfs to runner image #1327
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?
📋 Pull Request Information
Original PR: https://github.com/RayLabsHQ/gitea-mirror/pull/198
Author: @arunavo4
Created: 2/27/2026
Status: ✅ Merged
Merged: 2/27/2026
Merged by: @arunavo4
Base:
main← Head:fix/docker-missing-git📝 Commits (1)
fa6e759fix(docker): add git and git-lfs to runner image📊 Changes
1 file changed (+2 additions, -1 deletions)
View changed files
📝
Dockerfile(+2 -1)📄 Description
Summary
gitandgit-lfspackages to the Docker runner stage, which were missing after the Alpine → Debian image migrationgit clone --mirrorandgit bundle create, sogitmust be present in the final imageCloses #196
Test plan
gitandgit-lfsare available inside the container🤖 Generated with Claude Code
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.