5 lines
120 B
Docker
5 lines
120 B
Docker
FROM debian:trixie
|
|
|
|
RUN apt-get update && \
|
|
LC_ALL=C DEBIAN_FRONTEND=noninteractive apt-get install -y nodejs mkosi
|