File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ MAINTAINER leaf corcoran <leafot@gmail.com>
33
44WORKDIR /site/lapis
55
6- RUN luarocks --lua-version=5.1 install --local busted && \
7- luarocks --lua-version=5.1 install --local lpeg && \
8- luarocks --lua-version=5.1 install --local moonscript && \
6+ RUN luarocks --lua-version=5.1 install busted && \
7+ luarocks --lua-version=5.1 install lpeg && \
8+ luarocks --lua-version=5.1 install moonscript && \
99 # TODO: https://github.com/luaposix/luaposix/issues/285#issuecomment-316583187 && \
10- luarocks --lua-version=5.1 install --local https://luarocks.org/manifests/gvvaughan/luaposix-33.4.0-1.rockspec && \
11- luarocks --lua-version=5.1 install --local luasql-mysql MYSQL_INCDIR=/usr/include/mysql && \
12- luarocks --lua-version=5.1 install --local http
10+ luarocks --lua-version=5.1 install https://luarocks.org/manifests/gvvaughan/luaposix-33.4.0-1.rockspec && \
11+ luarocks --lua-version=5.1 install luasql-mysql MYSQL_INCDIR=/usr/include/mysql && \
12+ luarocks --lua-version=5.1 install http
1313
1414ADD . .
1515
You can’t perform that action at this time.
0 commit comments