add docker and containerd to packages
Some checks failed
bluebuild / Build Custom Image (recipe.yml) (pull_request) Failing after 1m6s

This commit is contained in:
2025-06-22 13:01:49 -04:00
parent 036d4bb7ba
commit 2011cec1f7

View File

@@ -33,7 +33,7 @@ jobs:
- name: Install packages
shell: bash
run: |
sudo dnf install -y nodejs
sudo dnf install -y nodejs docker-cli containerd
- uses: sigstore/cosign-installer@v3.9.0
with: