replace podman with clang version
This commit is contained in:
parent
b57c9de422
commit
437e9ab74c
1 changed files with 3 additions and 0 deletions
|
|
@ -47,6 +47,9 @@ RUN cd /etc/yum.repos.d/ && wget https://copr.fedorainfracloud.org/coprs/trixieu
|
|||
# Xwayland clang
|
||||
RUN cd /etc/yum.repos.d/ && wget https://copr.fedorainfracloud.org/coprs/trixieua/Xwayland/repo/fedora-$(rpm -E %fedora)/trixieua-Xwayland-fedora-$(rpm -E %fedora).repo && rpm-ostree override replace --experimental --from repo=copr:copr.fedorainfracloud.org:trixieua:Xwayland xorg-x11-server-Xwayland
|
||||
|
||||
# replace podman with clang version
|
||||
RUN rpm-ostree override replace --experimental --from repo=fedora-clang podman
|
||||
|
||||
# Copy config files
|
||||
COPY etc /etc
|
||||
# Copy /usr
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue