diff --git a/images/actions/redot/Dockerfile b/images/actions/redot/Dockerfile index bf00a38..e9a4ddc 100644 --- a/images/actions/redot/Dockerfile +++ b/images/actions/redot/Dockerfile @@ -34,7 +34,12 @@ RUN sudo apk add --no-cache \ libxrandr-dev \ mesa-dev \ alsa-lib-dev \ - pulseaudio-dev + pulseaudio-dev \ + pipx + +RUN pipx install "gdtoolkit==$PACKAGE_VERSION.*" + +ENV PATH="$HOME/.local/bin:$PATH" RUN wget $( \ curl -s https://api.github.com/repos/Redot-Engine/redot-engine/releases/tags/redot-$PACKAGE_VERSION-stable \