build: move configuration after build scripts
Removing bash-color-prompt was removing my custom prompt, this restores the previous behavior.
This commit is contained in:
parent
dddd72d82a
commit
3ec2883d7b
1 changed files with 4 additions and 4 deletions
|
|
@ -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
|
# dnf configuration has to be in effect during build
|
||||||
COPY etc/dnf /etc/dnf
|
COPY etc/dnf /etc/dnf
|
||||||
|
|
||||||
# Apply configuration
|
|
||||||
COPY etc /etc
|
|
||||||
COPY usr /usr
|
|
||||||
|
|
||||||
# Run build logic
|
# Run build logic
|
||||||
COPY build-scripts/kde.bash /tmp/kde.bash
|
COPY build-scripts/kde.bash /tmp/kde.bash
|
||||||
RUN chmod +x /tmp/kde.bash
|
RUN chmod +x /tmp/kde.bash
|
||||||
RUN /tmp/kde.bash
|
RUN /tmp/kde.bash
|
||||||
|
|
||||||
|
# Apply configuration
|
||||||
|
COPY etc /etc
|
||||||
|
COPY usr /usr
|
||||||
|
|
||||||
LABEL quay.expires-after=""
|
LABEL quay.expires-after=""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue