myriad/languages/lua/Dockerfile
2019-07-09 05:19:41 -04:00

7 lines
70 B
Docker

FROM alpine
RUN apk update
RUN apk add lua5.3
COPY run.sh /var/run/