Skip to content

Commit fce55fd

Browse files
committed
lettuce try this
1 parent 9c3a7d8 commit fce55fd

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

Dockerfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ MAINTAINER leaf corcoran <leafot@gmail.com>
33

44
WORKDIR /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

1414
ADD . .
1515

0 commit comments

Comments
 (0)