Merge pull request #5420 from dims/integration-tests-needs-lsof

integration tests needs lsof
This commit is contained in:
Phil Estes
2021-04-24 16:44:28 -04:00
committed by GitHub

View File

@@ -11,7 +11,7 @@
set -xe
set -o pipefail
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
chdir: '{{ zuul.project.src_dir }}'