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:
		@@ -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 }}'
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user