From d956b2dd1f740f5cf4ed1d2d2326e800733a5bc7 Mon Sep 17 00:00:00 2001 From: "MH.Dmitrii" Date: Sat, 28 Feb 2026 11:44:46 +0300 Subject: [PATCH] feature pipeline fix 0.0005 --- .gitea/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index e26878e..16b633d 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -7,6 +7,10 @@ jobs: build: runs-on: ubuntu-latest steps: + - name: Install Docker CLI + run: | + apt-get update + apt-get install -y docker.io - uses: actions/checkout@v4 - name: Create .env file run: |