Spaces:
Runtime error
Runtime error
neon_arch
commited on
Commit
โข
75511ea
1
Parent(s):
867753a
๐ ๏ธ fix: add luajit installation step (#225)
Browse files- .gitpod.Dockerfile +1 -1
.gitpod.Dockerfile
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
FROM gitpod/workspace-rust
|
2 |
|
3 |
-
RUN sudo install-packages redis-server nodejs npm
|
|
|
1 |
FROM gitpod/workspace-rust
|
2 |
|
3 |
+
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
|