Created
May 27, 2019 01:57
-
-
Save jony4/5b25d54870a2d8959c53154339fec65b to your computer and use it in GitHub Desktop.
docker-luajit.Dockerfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM alpine:3.8 | |
MAINTAINER github.com/jony4 <[email protected]> | |
RUN apk add --no-cache luajit | |
ENTRYPOINT [ "/usr/bin/env", "luajit" ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment