Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
h4ckm1n-dev authored May 9, 2024
1 parent b322401 commit 693a4cc
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@ RUN apk update && apk add --no-cache \
luarocks \
build-base \
lua5.3-dev \
unzip \ # Added unzip to support luarocks installations
&& luarocks install luafilesystem \
&& luarocks install luacheck
unzip # Added unzip to support luarocks installations

# Install Lua and luacheck, including its dependencies
RUN luarocks install luafilesystem && \
luarocks install luacheck

# Set the working directory for subsequent commands
WORKDIR /root
Expand Down

0 comments on commit 693a4cc

Please sign in to comment.