| ADD almalinux-10-default-amd64.tar.xz / # buildkit |
| CMD ["/bin/bash"] |
| ARG STEAM_AUDIO_VERSION |
| |1 STEAM_AUDIO_VERSION=4.8.1 /bin/sh -c dnf -y install gcc gcc-c++ make cmake doxygen git ninja-build pkgconf-pkg-config curl unzip ca-certificates nodejs npm mesa-libGL-devel libX11-devel libXcursor-devel libXrandr-devel libXinerama-devel libXi-devel libXext-devel libXfixes-devel wayland-devel libxkbcommon-devel wayland-protocols-devel alsa-lib-devel jq mesa-dri-drivers && dnf clean all && rm -rf /var/cache/dnf |
| |1 STEAM_AUDIO_VERSION=4.8.1 /bin/sh -c curl -fsSL -o /tmp/steamaudio.zip "https://github.com/ValveSoftware/steam-audio/releases/download/v${STEAM_AUDIO_VERSION}/steamaudio_${STEAM_AUDIO_VERSION}.zip" && unzip -q /tmp/steamaudio.zip -d /opt && rm -f /tmp/steamaudio.zip && test -f /opt/steamaudio/include/phonon.h && test -f /opt/steamaudio/lib/linux-x64/libphonon.so |
| |1 STEAM_AUDIO_VERSION=4.8.1 /bin/sh -c curl -fsSL -o /usr/local/bin/git-pages https://codeberg.org/git-pages/git-pages/releases/download/v0.9.1/git-pages.linux-amd64 && chmod +x /usr/local/bin/git-pages |
| ENV STEAM_AUDIO_ROOT=/opt/steamaudio |
| WORKDIR /src |