From b970d4b6fa7c23ae3b053152d6b6201222b22cfe Mon Sep 17 00:00:00 2001 From: bel Date: Sat, 28 Oct 2023 08:41:44 -0600 Subject: [PATCH] install git --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 043f287..32d83b4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ FROM docker:24.0.7-dind-alpine3.18 -RUN apk update && apk --no-cache add bash curl +RUN apk update && apk --no-cache add bash curl git