Skip to content

Commit 0a85d83

Browse files
Added lsof to base image.
1 parent 12e2f1d commit 0a85d83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile.arm64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ FROM ubuntu:24.04 AS base
2020
LABEL org.opencontainers.image.source=https://github.com/DataDog/dd-trace-java-docker-build
2121

2222
RUN apt-get update \
23-
&& apt-get install -y --no-install-recommends git \
23+
&& apt-get install -y --no-install-recommends git lsof \
2424
&& git config --system --add safe.directory "*" \
2525
&& rm -rf /var/lib/apt/lists/*
2626

0 commit comments

Comments
 (0)