2 lines
96 B
Docker
2 lines
96 B
Docker
FROM debian:latest
|
|
RUN apt-get update -y && apt-get install -y live-build live-config live-boot
|