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