From 6ecf096bfa0934bc5cf05b88fcafce6a29a09c2d Mon Sep 17 00:00:00 2001 From: ytshih Date: Fri, 18 Oct 2024 17:19:13 +0000 Subject: [PATCH] Add: git --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 488e77c..72b024b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM archlinux:base-devel RUN pacman-key --init && pacman-key --populate -RUN pacman -Syu --needed --noconfirm nodejs minio-client +RUN pacman -Syu --needed --noconfirm nodejs minio-client git ADD rootca.pem /root RUN trust anchor /root/rootca.pem && update-ca-trust