Install nodejs v22
Build mkosi container image / container (push) Successful in 4m59s Details

This commit is contained in:
Tomas Balsys 2025-09-30 04:51:51 +03:00
parent 4321f45376
commit 24a4a0829f
1 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,7 @@
FROM debian:trixie
RUN apt-get update && \
LC_ALL=C DEBIAN_FRONTEND=noninteractive apt-get install -y nodejs mkosi
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