docker: add lsof to runtime image (#46636)

This commit is contained in:
Vincent Koc
2026-03-14 19:40:29 -07:00
committed by GitHub
parent ba6064cc22
commit 8aaafa045a

View File

@@ -134,7 +134,7 @@ RUN --mount=type=cache,id=openclaw-bookworm-apt-cache,target=/var/cache/apt,shar
apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get upgrade -y --no-install-recommends && \
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
procps hostname curl git openssl
procps hostname curl git lsof openssl
RUN chown node:node /app