Revert "build: move configuration after build scripts"
This change broke scx config generation.
This reverts commit 3ec2883d7b.
This commit is contained in:
parent
80f135638f
commit
e57c274511
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
|
||||
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=""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue