We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94f887b commit f8c9b10Copy full SHA for f8c9b10
base-standalone/Containerfile
@@ -39,6 +39,7 @@ 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 jq @development-tools gcc cairo-devel python3-devel 'pkgconfig(gobject-introspection-1.0)' 'pkgconfig(cairo-gobject)' 'dnf-command(config-manager)'
40
# COPY --from=builder /target-rootfs/ /
41
RUN rm -rf /boot/*
42
+RUN mkdir -p /sysroot
43
44
RUN bootc container lint || true
45
0 commit comments