remove docker.io from required packages

This commit is contained in:
Aya Hassan 2026-01-19 08:51:02 +01:00
parent bbebb4d7ff
commit daef69c2dd

View File

@ -76,7 +76,7 @@ jobs:
with:
python-version: '3.12'
cache: 'pip'
- name: Install system deps for tc / nsenter
run: |
sudo apt-get update
@ -84,7 +84,6 @@ jobs:
util-linux \
iproute2 \
sudo \
docker.io \
ca-certificates \
curl