Added lsof to maven test docker image

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

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