Skip to content

Commit f8c9b10

Browse files
committed
make sysroot directory
1 parent 94f887b commit f8c9b10

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

base-standalone/Containerfile

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ RUN --mount=type=cache,target=/var/cache \
3939
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)'
4040
# COPY --from=builder /target-rootfs/ /
4141
RUN rm -rf /boot/*
42+
RUN mkdir -p /sysroot
4243

4344
RUN bootc container lint || true
4445

0 commit comments

Comments
 (0)