integration tests needs lsof

We need/use `lsof` in integration tests:
https://github.com/containerd/containerd/blob/master/integration/client/container_linux_test.go#L493

`TestShimDoesNotLeakPipes` fails if `lsof` is not present

Signed-off-by: Davanum Srinivas <davanum@gmail.com>
This commit is contained in:
Davanum Srinivas 2021-04-24 07:49:43 -04:00
parent ca6a41915a
commit 4e00c4b65f
No known key found for this signature in database
GPG Key ID: 80D83A796103BF59

View File

@ -11,7 +11,7 @@
set -xe set -xe
set -o pipefail set -o pipefail
apt-get update apt-get update
apt-get install -y btrfs-tools libseccomp-dev git pkg-config apt-get install -y btrfs-tools libseccomp-dev git pkg-config lsof
go version go version
chdir: '{{ zuul.project.src_dir }}' chdir: '{{ zuul.project.src_dir }}'