Sorry about that @simonh1000, I’ve updated the binary and tested it with a little dockerfile
FROM node
RUN curl -sL "https://github.com/antew/node-elm-compiler/releases/download/elm-make-files/elm-make.linux.x64" -o /elm-make && chmod +x /elm-make
RUN curl -sL "https://github.com/antew/node-elm-compiler/releases/download/elm-make-files/LongListMatch.elm" -o /LongListMatch.elm
RUN /elm-make --yes +RTS -s -A128M -RTS LongListMatch.elm
It should work correctly now!