Skip to content

Commit

Permalink
feat: luacheck linter image
Browse files Browse the repository at this point in the history
  • Loading branch information
xwen-winnie committed Feb 18, 2024
1 parent a21a8d6 commit d5159e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ RUN apt-get update && apt-get install -y ca-certificates \
&& apt-get install -y dnsutils \
&& apt-get install -y curl git wget vim htop jq telnet \
&& apt-get install -y iputils-ping \
&& apt-get install -y luarocks \
&& luarocks install luacheck \
&& rm -rf /var/lib/apt/lists/*

# 设置golang环境
Expand Down

0 comments on commit d5159e1

Please sign in to comment.