engine-linux-builder (2f802c8)
Published 2026-07-27 10:36:34 +00:00 by bryan
Installation
docker pull git.slopnode.net/containers/engine-linux-builder:2f802c8sha256:a8424068ee1874daf8bf1a56ed6af3704b44fd41bc468bca1d908e9766fa92acImage layers
| 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 update && 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 && 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 |
| ENV STEAM_AUDIO_ROOT=/opt/steamaudio |
| WORKDIR /src |
Labels
| Key | Value |
|---|---|
| io.buildah.version | 1.43.1 |