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