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:
Wanjohi
2024-10-10 14:42:16 +03:00
committed by GitHub
parent cc51bd6f70
commit 7b29d68aed
5 changed files with 192 additions and 0 deletions

View 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