From 8211224336861f3778e1673bd054eeee5e0d3984 Mon Sep 17 00:00:00 2001 From: Rodrigo Silva Mendoza Date: Thu, 2 Jan 2025 23:22:19 -0700 Subject: [PATCH] add git to the container --- Dockerfile.fileviewer | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile.fileviewer b/Dockerfile.fileviewer index 4c24128d5..40283a3e6 100644 --- a/Dockerfile.fileviewer +++ b/Dockerfile.fileviewer @@ -1,6 +1,7 @@ FROM alpine:3.19 -RUN apk add --no-cache ca-certificates bind-tools tini +RUN apk add --no-cache ca-certificates bind-tools tini git jansson + # We copy from the locally built zoekt image COPY --from=zoekt /usr/local/bin/zoekt-fileviewer /usr/local/bin/