From d017cb19f3fe106f073efc8245097dbfb65793a5 Mon Sep 17 00:00:00 2001 From: Gregory Ballantine Date: Fri, 20 May 2022 08:08:40 -0400 Subject: [PATCH] Added lsof to maven test docker image --- .woodpecker.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.woodpecker.yml b/.woodpecker.yml index 6cde0a1..400b2f2 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -2,6 +2,7 @@ pipeline: test: image: maven:3-jdk-11 commands: + - apt update && apt install -y lsof - mvn test build: