Skip to content

Commit 6beda63

Browse files
committed
git added to dockerfile
1 parent 2dba32e commit 6beda63

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kubernetes/openclaw/Dockerfile.openclaw

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM node:22-bookworm-slim
22

33
RUN apt-get update && apt-get install -y --no-install-recommends \
4-
ca-certificates curl bash jq \
4+
ca-certificates curl bash jq git \
55
&& rm -rf /var/lib/apt/lists/*
66

77
RUN npm install -g openclaw@latest

0 commit comments

Comments
 (0)