From 8686224bc25613acdf9362b258e16a54282b125d Mon Sep 17 00:00:00 2001 From: Jost Berthold Date: Wed, 31 Jan 2024 16:18:11 +1100 Subject: [PATCH] add lsof to docker image for CI --- .github/workflows/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/Dockerfile b/.github/workflows/Dockerfile index 26b22baa0de..d6fc4432106 100644 --- a/.github/workflows/Dockerfile +++ b/.github/workflows/Dockerfile @@ -55,6 +55,7 @@ RUN apt-get update \ lld-${LLVM_VERSION} \ llvm-${LLVM_VERSION}-tools \ locales \ + lsof \ maven \ openjdk-${JDK_VERSION}-jdk \ parallel \