Skip to content

Instantly share code, notes, and snippets.

@jony4
Created May 27, 2019 01:57
Show Gist options
  • Save jony4/5b25d54870a2d8959c53154339fec65b to your computer and use it in GitHub Desktop.
Save jony4/5b25d54870a2d8959c53154339fec65b to your computer and use it in GitHub Desktop.
docker-luajit.Dockerfile
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