Skip to content

Commit

Permalink
🛠️ fix: add luajit installation step (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
neon-mmd committed Sep 11, 2023
1 parent 867753a commit 75511ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitpod.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM gitpod/workspace-rust

RUN sudo install-packages redis-server nodejs npm
RUN sudo install-packages redis-server nodejs npm liblua5.4-dev liblua5.3-dev liblua5.2-dev liblua5.1-0-dev libluajit-5.1-dev

0 comments on commit 75511ea

Please sign in to comment.