Skip to content

Commit

Permalink
Install luajit with compat52 mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
alban-linard committed Nov 23, 2016
1 parent 195422d commit 67af522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion luajit/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ RUN \
zip \
zlib \
&& pip install hererocks \
&& hererocks --luajit=2.1 --luarocks=^ /usr \
&& hererocks --luajit=2.1 --luarocks=^ --compat=5.2 /usr \
&& luarocks install luasec \
&& apk del .build-deps

0 comments on commit 67af522

Please sign in to comment.