feat: include git in CLI docker container (#7369)

This commit is contained in:
Yannick Rödl 2025-12-09 12:42:53 +01:00 committed by GitHub
parent 0e036cf3dd
commit 8972ab4d14
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
FROM node:22.13.0-slim
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/*
ARG CLI_VERSION