Revert "Rebase to F43"
The nvidia build is failing on F43, because nvidia akmod is not getting
installed correctly. I'll need to investigate this before bumping back
to F43.
This reverts commit 802ccc033a.
This commit is contained in:
parent
802ccc033a
commit
9a4f51fc5d
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM quay.io/fedora-ostree-desktops/kinoite:43 AS mpv-build
|
||||
FROM quay.io/fedora-ostree-desktops/kinoite:42 AS mpv-build
|
||||
|
||||
RUN dnf5 -y install --setopt install_weak_deps=false git-core meson g++ autoconf cmake automake libtool freetype-devel fribidi-devel nasm pipewire-devel wayland-devel wayland-protocols-devel libshaderc-devel libxkbcommon-devel vulkan-loader-devel compat-lua-devel libva-devel openssl-devel lcms2-devel
|
||||
|
||||
|
|
@ -9,7 +9,7 @@ COPY ./mpv_options /build/mpv-build/mpv_options
|
|||
RUN cd /build/mpv-build && ./rebuild -j$(nproc)
|
||||
|
||||
|
||||
FROM quay.io/fedora-ostree-desktops/kinoite:43
|
||||
FROM quay.io/fedora-ostree-desktops/kinoite:42
|
||||
|
||||
COPY --from=mpv-build /build/mpv-build/mpv/build/mpv /bin/mpv
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue