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