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