Merge pull request #51638 from AkihiroSuda/dockerfile-git

Dockerfile: use Git SourceOp
This commit is contained in:
Akihiro Suda
2026-04-07 19:14:02 +09:00
committed by GitHub
4 changed files with 27 additions and 23 deletions

View File

@@ -110,7 +110,7 @@ jobs:
EOF
# TODO: use native packages for AlmaLinux: https://github.com/docker/packaging/pull/138
lima sudo dnf config-manager --add-repo=https://download.docker.com/linux/rhel/docker-ce.repo
lima sudo dnf -q -y install --nobest docker-ce make
lima sudo dnf -q -y install --nobest docker-ce make git
lima sudo systemctl enable --now docker
lima docker info
-