Skip to content

Commit 216b58b

Browse files
committed
Remove /.dockerenv to fix systemd-timesyncd
1 parent 602ab94 commit 216b58b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rootfs/build.sh

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ sync
2424
mkdir /mnt/disk
2525
mount "${LOOP_DEV}p1" /mnt/disk
2626
tar -xpf rootfs.tar -C /mnt/disk/
27+
rm -rf /mnt/disk/.dockerenv
2728
umount -l /mnt/disk
2829

2930
# Detach the loop device

0 commit comments

Comments
 (0)