Add system dependencies installation step in Docker workflow
Some checks failed
build-and-push-docker / docker (push) Failing after 2m0s

This commit is contained in:
2025-08-18 13:00:51 +00:00
parent f20ef97230
commit 5454dac5a7

View File

@@ -15,6 +15,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Install system Dependencies
run: |
apt-get update && apt-get install -y curl jq docker.io
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3