Added lsof to maven test docker image
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Gregory Ballantine 2022-05-20 08:08:40 -04:00
parent 5bc2acac1d
commit d017cb19f3

View File

@ -2,6 +2,7 @@ pipeline:
test: test:
image: maven:3-jdk-11 image: maven:3-jdk-11
commands: commands:
- apt update && apt install -y lsof
- mvn test - mvn test
build: build: