FROM ghcr.io/playtron-os/playtron-os:1.1.7.6

RUN dnf5 group install -y --allowerasing kde-desktop && dnf5 clean all

COPY bootstrap-theme-remote.sh /
RUN /bootstrap-theme-remote.sh && rm -f /bootstrap-theme-remote.sh

RUN rm -r -f /boot/.* /usr/etc /var/cache/* /var/log/akmods/*
