Explicitly installing containerd

This commit is contained in:
pyth0n1c
2021-11-01 13:34:39 -07:00
parent bb22ea0604
commit ceb606a01f
@@ -51,6 +51,7 @@ jobs:
- name: Install Docker
run: |
sudo apt update -qq
sudo apt install containerd
which containerd
sudo apt install docker.io
sudo usermod -aG docker $USER