2022-12-07 00:59:53 -08:00
|
|
|
FROM localhost/rescue
|
2022-10-15 01:30:12 -07:00
|
|
|
COPY --chmod=0755 --from=localhost/cosmo-all /usr/local/bin/lua.* /bin/
|
|
|
|
COPY --chmod=0755 --from=localhost/cosmo-all /usr/local/bin/luac.* /bin/
|
|
|
|
ENTRYPOINT ["/bin/ape", "/bin/lua.com"]
|