From 8af1cee94657544b07f14103b257e04b57f0b781 Mon Sep 17 00:00:00 2001 From: Jon Date: Sat, 13 May 2023 15:11:09 +0930 Subject: [PATCH] feat(software): install git !1 --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index df7819a..43db527 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,6 +5,7 @@ RUN apt-get update && apt-get install -y \ apt-transport-https \ ca-certificates \ curl \ + git \ gnupg2 \ software-properties-common \ python3 \