mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-12 08:45:38 +02:00
✨ feat: Add package docker-to-rootfs (#121)
This package will handle creating the rootfs needed by CrosVM > More info incoming
This commit is contained in:
6
packages/docker-to-rootfs/Dockerfile
Normal file
6
packages/docker-to-rootfs/Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user