From 97aeea2b1b5810e3f86a408268a7933d657db601 Mon Sep 17 00:00:00 2001 From: Tony Grosinger Date: Thu, 11 Jan 2024 14:25:40 -0800 Subject: [PATCH] Add git --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4421cbb..2622bdb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM docker.io/library/debian:bookworm -RUN apt update && apt install -y ca-certificates +RUN apt update && apt install -y ca-certificates git COPY files/. /