We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dba32e commit 6beda63Copy full SHA for 6beda63
1 file changed
kubernetes/openclaw/Dockerfile.openclaw
@@ -1,7 +1,7 @@
1
FROM node:22-bookworm-slim
2
3
RUN apt-get update && apt-get install -y --no-install-recommends \
4
- ca-certificates curl bash jq \
+ ca-certificates curl bash jq git \
5
&& rm -rf /var/lib/apt/lists/*
6
7
RUN npm install -g openclaw@latest
0 commit comments