From 2011cec1f76958a850c41709e42fe2b103a41e03 Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Sun, 22 Jun 2025 13:01:49 -0400 Subject: [PATCH] add docker and containerd to packages --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 492b85f..32e4986 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: