Compare commits
2 commits
3ec2883d7b
...
e57c274511
| Author | SHA1 | Date | |
|---|---|---|---|
| e57c274511 | |||
| 80f135638f |
2 changed files with 4 additions and 7 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=""
|
||||
|
|
|
|||
|
|
@ -18,9 +18,6 @@ PKGS_NTSYNC="ntsync-autoload"
|
|||
# Add packages
|
||||
dnf5 -y install --allowerasing ${PKGS_CODECS} ${PKGS_UTILS} ${PKGS_GENERAL} ${PKGS_DEFAULT_EDITOR} ${PKGS_NTSYNC}
|
||||
|
||||
# Remove default color prompt (is replaced with a custom one)
|
||||
dnf5 -y remove bash-color-prompt
|
||||
|
||||
# Apply configuration
|
||||
# fix-up kconfig path
|
||||
sed -i "/SCX_FLAGS=/ s/$/ --kconfig \/usr\/lib\/modules\/$(rpm -qa kernel | sed 's/kernel-//g')\/config/" /etc/default/scx
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue