luajit
A just-in-time compiler (JIT) for the Lua programming language. See also: lua. More information: <https://luajit.org/luajit.html>.
RUN apt-get update && \
apt-get install -y luajit
RUN apt-get update && \
apt-get install -y luajit
RUN apk add luajit
RUN pacman -S --noconfirm luajit
RUN apt-get update && \
apt-get install -y luajit
RUN dnf install -y luajit
RUN apt-get update && \
apt-get install -y luajit