From 99c9026d7e3409170f1d4c23552cd6ffa71a4544 Mon Sep 17 00:00:00 2001 From: Linnea Gräf Date: Thu, 17 Oct 2024 12:52:26 +0200 Subject: Add auto repo clone --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index a8b68c8..66872aa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM alpine -RUN apk add --no-cache websocat bash jq grep curl +RUN apk add --no-cache websocat bash jq grep curl git COPY ./ /app/forgebot/ WORKDIR "/app/forgebot" ENTRYPOINT ["/app/forgebot/forgebot_proper.sh"] -- cgit