From f6c59c0ef6d947b7073394b0802c1daa8a0f3ee1 Mon Sep 17 00:00:00 2001 From: Alban Linard Date: Fri, 11 Nov 2016 09:18:08 +0100 Subject: [PATCH] Trying to fix problem with luacheck. --- luax/Dockerfile | 1 + luax/cosy-luax-master-1.rockspec | 1 + 2 files changed, 2 insertions(+) diff --git a/luax/Dockerfile b/luax/Dockerfile index 1535cd3..2e4a572 100644 --- a/luax/Dockerfile +++ b/luax/Dockerfile @@ -22,6 +22,7 @@ RUN \ libgcc \ ncurses \ openssl \ + perl \ readline \ unzip \ zip \ diff --git a/luax/cosy-luax-master-1.rockspec b/luax/cosy-luax-master-1.rockspec index a8f1a4f..0b8a2c6 100644 --- a/luax/cosy-luax-master-1.rockspec +++ b/luax/cosy-luax-master-1.rockspec @@ -18,6 +18,7 @@ dependencies = { "lua >= 5.1", "busted", "cluacov", + "lanes", "luacheck", "luacov", "luacov-coveralls",