From 4321f45376e3c504c08c77713930303bbf5e4ef9 Mon Sep 17 00:00:00 2001 From: Tomas Balsys Date: Tue, 30 Sep 2025 04:39:10 +0300 Subject: [PATCH] Add nodejs --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 38f7a1d..dadd959 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ FROM debian:trixie RUN apt-get update && \ - LC_ALL=C DEBIAN_FRONTEND=noninteractive apt-get install -y mkosi + LC_ALL=C DEBIAN_FRONTEND=noninteractive apt-get install -y nodejs mkosi