fix(docker): restore python3 in runtime image (#75417)

Signed-off-by: sallyom <somalley@redhat.com>
This commit is contained in:
Sally O'Malley
2026-05-01 00:11:38 -04:00
committed by GitHub
parent f2d97df262
commit e8258fd4a6
3 changed files with 18 additions and 2 deletions

View File

@@ -167,7 +167,7 @@ RUN --mount=type=cache,id=openclaw-bookworm-apt-cache,target=/var/cache/apt,shar
--mount=type=cache,id=openclaw-bookworm-apt-lists,target=/var/lib/apt,sharing=locked \
apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
ca-certificates procps hostname curl git lsof openssl && \
ca-certificates procps hostname curl git lsof openssl python3 && \
update-ca-certificates
RUN chown node:node /app