We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ad31f1 commit b5b9708Copy full SHA for b5b9708
base-standalone/Containerfile
@@ -38,7 +38,7 @@ FROM ghcr.io/ultramarine-linux/ultramarine:41
38
RUN --mount=type=cache,target=/var/cache \
39
dnf5 install -y kernel systemd bootc bootupd ostree flatpak dbus dbus-daemon rpmdevtools make selinux-policy python3-pip 'dnf-command(config-manager)' grub2-common grub2-pc grub2-efi-x64
40
# COPY --from=builder /target-rootfs/ /
41
-RUN rm -rf /boot/*
+# RUN rm -rf /boot/*
42
RUN mkdir -p /sysroot/ostree
43
RUN ln -srvf /sysroot/ostree /ostree
44
# RUN ostree init --repo /sysroot/ostree/repo --mode bare
0 commit comments