mirror of https://github.com/openclaw/openclaw.git
docker: add lsof to runtime image (#46636)
This commit is contained in:
parent
ba6064cc22
commit
8aaafa045a
|
|
@ -134,7 +134,7 @@ RUN --mount=type=cache,id=openclaw-bookworm-apt-cache,target=/var/cache/apt,shar
|
||||||
apt-get update && \
|
apt-get update && \
|
||||||
DEBIAN_FRONTEND=noninteractive apt-get upgrade -y --no-install-recommends && \
|
DEBIAN_FRONTEND=noninteractive apt-get upgrade -y --no-install-recommends && \
|
||||||
DEBIAN_FRONTEND=noninteractive apt-get install -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
|
RUN chown node:node /app
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue