diff options
feat: contrib
Diffstat (limited to 'contrib/Containerfile')
-rw-r--r-- | contrib/Containerfile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/Containerfile b/contrib/Containerfile new file mode 100644 index 0000000..34f9e98 --- /dev/null +++ b/contrib/Containerfile @@ -0,0 +1,2 @@ +FROM alpine:edge +RUN apk add cargo sdl2-dev sdl2 upx clang |