Skip to content

Commit

Permalink
DELETE: change lua template
Browse files Browse the repository at this point in the history
  • Loading branch information
endersonmaia committed Sep 11, 2024
1 parent 4330ea0 commit a2ead08
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lua/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@ apt-get install -y --no-install-recommends \
lua5.4=5.4.4-1 \
liblua5.4-dev=5.4.4-1 \
luarocks=3.8.0+dfsg1-1
rm -rf /var/lib/apt/lists/*

rm -rf /var/lib/apt/lists/*

luarocks install --lua-version=5.4 luasocket 3.1.0-1
luarocks install --lua-version=5.4 dkjson 2.6-1

EOF

FROM --platform=linux/riscv64 ubuntu:22.04
Expand Down

0 comments on commit a2ead08

Please sign in to comment.