add git in vet image (#629)

This commit is contained in:
Sahil Bansal 2025-10-17 14:35:23 +05:30 committed by GitHub
parent 9aebb9d68e
commit dc3bc11a51
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,7 +29,7 @@ RUN case "${TARGETPLATFORM}" in \
FROM debian:12-slim@sha256:b1a741487078b369e78119849663d7f1a5341ef2768798f7b7406c4240f86aef FROM debian:12-slim@sha256:b1a741487078b369e78119849663d7f1a5341ef2768798f7b7406c4240f86aef
RUN apt-get update && apt-get install -y --no-install-recommends \ RUN apt-get update && apt-get install -y --no-install-recommends \
ca-certificates \ ca-certificates git \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
ARG TARGETPLATFORM ARG TARGETPLATFORM