Skip to content

Commit 683de2b

Browse files
feat: add lua
1 parent b542ca3 commit 683de2b

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.env

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ GO_VERSION=1.17.8
1313
HELM_VERSION=3.8.1
1414
HTTPIE_VERSION=2.6.0
1515
JAVA_VERSION=17.0.2
16+
LUA_IMAGE=nickblah/lua
17+
LUA_VERSION=5.4.3
1618
PERL_VERSION=5.34.1
1719
PHP_VERSION=8.1.3
1820
PROTOC_VERSION=3.9.1

docker-compose.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ services:
8686
entrypoint: [ "java" ]
8787
jq:
8888
image: stedolan/jq
89+
lua:
90+
image: "${LUA_IMAGE}:${LUA_VERSION}"
91+
entrypoint: [ "lua" ]
8992
node:
9093
&node
9194
image: "node:${NODE_VERSION}"

0 commit comments

Comments
 (0)