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