diff --git a/docker_builder/Dockerfile b/docker_builder/Dockerfile index a5c75db..ae6a6a3 100644 --- a/docker_builder/Dockerfile +++ b/docker_builder/Dockerfile @@ -10,10 +10,6 @@ RUN add-apt-repository ppa:longsleep/golang-backports &&\ apt-get update &&\ apt-get install -y golang-go -# luacheck -RUN apt-get install -y luarocks liblua5.1-dev -RUN luarocks install luacheck - # jshint RUN apt-get install -y nodejs npm RUN npm install -g jshint