Dockerfile: use Git SourceOp

This will help adopting source policies in future.

A part of issue 51637

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
This commit is contained in:
Akihiro Suda
2025-12-02 16:12:17 +09:00
parent c4937534f1
commit d3a677d730
2 changed files with 10 additions and 18 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
-