From 3ec2883d7bab58d8056af675ae694420d7123ba3 Mon Sep 17 00:00:00 2001 From: ver4a Date: Thu, 19 Feb 2026 19:43:49 +0100 Subject: [PATCH] build: move configuration after build scripts Removing bash-color-prompt was removing my custom prompt, this restores the previous behavior. --- containers/Dockerfile.kde | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/containers/Dockerfile.kde b/containers/Dockerfile.kde index e61bf11..376383b 100644 --- a/containers/Dockerfile.kde +++ b/containers/Dockerfile.kde @@ -35,13 +35,13 @@ COPY --from=scx-build /build/scx/services/scx.service /usr/lib/systemd/system/sc # dnf configuration has to be in effect during build COPY etc/dnf /etc/dnf -# Apply configuration -COPY etc /etc -COPY usr /usr - # Run build logic COPY build-scripts/kde.bash /tmp/kde.bash RUN chmod +x /tmp/kde.bash RUN /tmp/kde.bash +# Apply configuration +COPY etc /etc +COPY usr /usr + LABEL quay.expires-after=""