mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-12 16:55:37 +02:00
6 lines
199 B
Docker
6 lines
199 B
Docker
# https://github.com/iximiuz/docker-to-linux/blob/master/Dockerfile
|
|
|
|
FROM amd64/debian:bullseye
|
|
LABEL com.iximiuz-project="docker-to-linux"
|
|
RUN apt-get -y update
|
|
RUN apt-get -y install extlinux fdisk |