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