mirror of
https://github.com/andersrh/image-63245.git
synced 2026-05-17 14:18:01 +00:00
add -y to command
This commit is contained in:
parent
a4d1194e48
commit
4df5c089e0
1 changed files with 2 additions and 2 deletions
|
|
@ -36,7 +36,7 @@ RUN dnf install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docke
|
|||
RUN rm -f /usr/lib64/libopenh264.so.2.4.1 /usr/lib64/libopenh264.so.7
|
||||
RUN rpm -Uvh --nodeps https://codecs.fedoraproject.org/openh264/42/x86_64/Packages/o/openh264-2.5.1-1.fc42.x86_64.rpm https://codecs.fedoraproject.org/openh264/42/x86_64/Packages/m/mozilla-openh264-2.5.1-1.fc42.x86_64.rpm
|
||||
|
||||
RUN dnf install xlibre-xserver-Xorg xlibre-xf86-input-libinput xinput
|
||||
RUN dnf install xlibre-xserver-Xorg xlibre-xf86-input-libinput xinput -y
|
||||
|
||||
# Install VLC
|
||||
RUN dnf install vlc vlc-plugins-freeworld vlc-plugin-pipewire -y
|
||||
|
|
@ -48,4 +48,4 @@ COPY etc /etc
|
|||
RUN cd /usr/bin && wget https://raw.githubusercontent.com/CachyOS/CachyOS-Settings/refs/heads/master/usr/bin/kerver && chmod +x kerver
|
||||
|
||||
RUN rm -rf /tmp/* /var/* && mkdir -p /var/tmp && chmod -R 1777 /var/tmp && \
|
||||
bootc container lint
|
||||
bootc container lint
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue