Files
mkosi/Containerfile
T
tomas 24a4a0829f
Build mkosi container image / container (push) Successful in 4m59s
Install nodejs v22
2025-09-30 04:51:51 +03:00

8 lines
236 B
Docker

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