diff --git a/images/actions/redot/Dockerfile b/images/actions/redot/Dockerfile index 1b3bb9c..390c7ba 100644 --- a/images/actions/redot/Dockerfile +++ b/images/actions/redot/Dockerfile @@ -2,6 +2,21 @@ FROM git.euph.dev/actions/runner-basic:latest ARG PACKAGE_VERSION +RUN apk add --no-cache \ + scons \ + pkgconf \ + gcc \ + g++ \ + libx11-dev \ + libxcursor-dev \ + libxinerama-dev \ + libxi-dev \ + libxrandr-dev \ + mesa-dev \ + eudev-dev \ + alsa-lib-dev \ + pulseaudio-dev + RUN wget $( \ curl -s https://api.github.com/repos/Redot-Engine/redot-engine/releases/tags/redot-$PACKAGE_VERSION-stable \ | grep "browser_download_url.*Redot_v.*-stable_linux.x86_64.zip" \