6 lines
70 B
Docker
6 lines
70 B
Docker
FROM alpine
|
|
|
|
RUN apk update
|
|
RUN apk add lua5.3
|
|
|
|
COPY run.sh /var/run/
|