From 4fc4d3fd0cccc2326dfa350d5f702f6142c9f406 Mon Sep 17 00:00:00 2001 From: Jindrich Skupa Date: Fri, 6 Oct 2023 05:38:04 +0200 Subject: [PATCH] feat(deps): add git into image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cbff673..0565570 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,7 +29,7 @@ FROM cookielab/container-image-tools:1.4.0-aws AS container-image-tools FROM cookielab/slim:12.0 -RUN apt update && apt install -y curl jq skopeo \ +RUN apt update && apt install -y curl jq skopeo git \ && apt-get clean && rm -rf /var/lib/apt/lists/* COPY --from=build /usr/local/bin /usr/local/bin