dont use transient. use -y
This commit is contained in:
parent
c3c30994e8
commit
34eac789ad
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ ADD https://archive.xfce.org/src/apps/xfce4-screensaver/4.20/xfce4-screensaver-4
|
|||
COPY buildinstallxfceaddons.sh ./
|
||||
RUN chmod +x buildinstallxfceaddons.sh && ./buildinstallxfceaddons.sh
|
||||
|
||||
RUN dnf install https://download.copr.fedorainfracloud.org/results/bieszczaders/kernel-cachyos-addons/fedora-41-x86_64/08314945-ananicy-cpp/ananicy-cpp-1.1.1-11.fc41.x86_64.rpm --transient \
|
||||
RUN dnf install https://download.copr.fedorainfracloud.org/results/bieszczaders/kernel-cachyos-addons/fedora-41-x86_64/08314945-ananicy-cpp/ananicy-cpp-1.1.1-11.fc41.x86_64.rpm -y \
|
||||
&& systemctl disable ananicy-cpp
|
||||
|
||||
RUN systemctl enable docker
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue