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 b4d1212
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ 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 b4d1212

Please sign in to comment.