Skip to content

Commit 050d38f

Browse files
PlayAnyDataadambenhassen
authored andcommitted
feat: include git in CLI docker container (#7369)
1 parent 01c29e4 commit 050d38f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/cli.dockerfile

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

3-
RUN apt-get update && apt-get install -y ca-certificates
3+
RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates git && rm -rf /var/lib/apt/lists/*
44

55
ARG CLI_VERSION
66

0 commit comments

Comments
 (0)