We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 602ab94 commit 216b58bCopy full SHA for 216b58b
rootfs/build.sh
@@ -24,6 +24,7 @@ sync
24
mkdir /mnt/disk
25
mount "${LOOP_DEV}p1" /mnt/disk
26
tar -xpf rootfs.tar -C /mnt/disk/
27
+rm -rf /mnt/disk/.dockerenv
28
umount -l /mnt/disk
29
30
# Detach the loop device
0 commit comments