remove luacheck stuff

This commit is contained in:
NatureFreshMilk 2019-11-28 13:00:31 +01:00
parent b13afb5486
commit 8268c2d4a1

View File

@ -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