Install containerd.io along with docker-ce package

Currently if we have docker-ce installed on host and
we have update for this package, pkg.install state will
update only docker-ce package but containerd.io package
has to be updated as well to prevent from possible
failures of docker-ce installation.

Change-Id: I89eb67e9eea8349a98a280120a238a7d53b363ce
Related-prod: #PROD-26850 (PROD:26850)
diff --git a/jenkins/slave/docker.yml b/jenkins/slave/docker.yml
index 227dd51..169cb08 100644
--- a/jenkins/slave/docker.yml
+++ b/jenkins/slave/docker.yml
@@ -17,5 +17,7 @@
             commands:
             - /usr/bin/docker
       package:
+        containerd.io:
+          version: latest
         docker-ce:
           version: latest