From 90e58949fc45443875719a45125b0ad6468ab970 Mon Sep 17 00:00:00 2001 From: 0xWheatyz Date: Thu, 2 Apr 2026 21:11:09 -0400 Subject: [PATCH] ci: updated the docker install canidate --- .gitea/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index ecd15cf..529c2fb 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -65,7 +65,7 @@ jobs: - name: Install dependencies shell: sh run: | - apt-get install -y git docker.io + apt-get install -y git docker-ce - name: Checkout code shell: sh @@ -137,7 +137,7 @@ jobs: - name: Install dependencies shell: sh run: | - apt-get install -y git docker.io + apt-get install -y git docker-ce - name: Checkout code shell: sh