File tree 3 files changed +19
-0
lines changed
3 files changed +19
-0
lines changed Original file line number Diff line number Diff line change
1
+ FROM gitpod/workspace-base:2023-11-04-12-07-48
2
+
3
+ USER root
4
+
5
+ RUN apt-get update \
6
+ && apt-get install -y --no-install-recommends luarocks=3.8.0+dfsg1-1 \
7
+ && apt-get clean \
8
+ && rm -rf /var/lib/apt/lists/*
9
+
10
+ RUN luarocks install busted \
11
+ && luarocks install luacheck
12
+
13
+ USER gitpod
Original file line number Diff line number Diff line change
1
+ ---
2
+ image :
3
+ file : .gitpod.dockerfile
4
+ ...
Original file line number Diff line number Diff line change 1
1
# Algorithms and Data Structures in Lua
2
2
3
+ [ ![ Gitpod ready-to-code] ( https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod )] ( https://gitpod.io/#https://github.com/TheAlgorithms/Lua )
4
+
3
5
A repository for Algorithms and Data Structures implemented in the Lua programming language.
4
6
5
7
Targets Lua 5.1 / LuaJIT.
You can’t perform that action at this time.
0 commit comments