Skip to content

Commit

Permalink
lettuce try this
Browse files Browse the repository at this point in the history
  • Loading branch information
leafo authored and windmgc committed Oct 24, 2023
1 parent bb2f2ec commit 5eb83d1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ MAINTAINER leaf corcoran <leafot@gmail.com>

WORKDIR /site/lapis

RUN luarocks --lua-version=5.1 install --local busted && \
luarocks --lua-version=5.1 install --local lpeg && \
luarocks --lua-version=5.1 install --local moonscript && \
RUN luarocks --lua-version=5.1 install busted && \
luarocks --lua-version=5.1 install lpeg && \
luarocks --lua-version=5.1 install moonscript && \
# TODO: https://github.com/luaposix/luaposix/issues/285#issuecomment-316583187 && \
luarocks --lua-version=5.1 install --local https://luarocks.org/manifests/gvvaughan/luaposix-33.4.0-1.rockspec && \
luarocks --lua-version=5.1 install --local luasql-mysql MYSQL_INCDIR=/usr/include/mysql && \
luarocks --lua-version=5.1 install --local http
luarocks --lua-version=5.1 install https://luarocks.org/manifests/gvvaughan/luaposix-33.4.0-1.rockspec && \
luarocks --lua-version=5.1 install luasql-mysql MYSQL_INCDIR=/usr/include/mysql && \
luarocks --lua-version=5.1 install http

ADD . .

Expand Down

0 comments on commit 5eb83d1

Please sign in to comment.