luac5.3
Simple, extensible, embeddable programming language
RUN apt-get update && \
apt-get install -y lua5.3
RUN apt-get update && \
apt-get install -y lua5.3
RUN apk add lua
RUN pacman -S --noconfirm lua
RUN apt-get update && \
apt-get install -y lua5.3
RUN yum install -y lua
RUN dnf install -y lua
RUN apt-get update && \
apt-get install -y lua5.3