We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01c29e4 commit 050d38fCopy full SHA for 050d38f
docker/cli.dockerfile
@@ -1,6 +1,6 @@
1
FROM node:22.13.0-slim
2
3
-RUN apt-get update && apt-get install -y ca-certificates
+RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates git && rm -rf /var/lib/apt/lists/*
4
5
ARG CLI_VERSION
6
0 commit comments