From d3130fe36b2415295290abb1c07bee7dc656599a Mon Sep 17 00:00:00 2001 From: Tomas Balsys Date: Tue, 30 Sep 2025 05:00:30 +0300 Subject: [PATCH] Add git --- Containerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Containerfile b/Containerfile index 709634c..050a9d6 100644 --- a/Containerfile +++ b/Containerfile @@ -2,6 +2,4 @@ FROM debian:trixie RUN export LC_ALL=C DEBIAN_FRONTEND=noninteractive && \ apt-get update && \ - apt-get install -y curl mkosi && \ - curl -fsSL https://deb.nodesource.com/setup_22.x | bash - && \ - apt-get install -y nodejs + apt-get install -y git nodejs mkosi