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: |