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