This is an automated email from the ASF dual-hosted git repository.
kichan pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/trafficserver-ingress-controller.git
The following commit(s) were added to refs/heads/master by this push:
new 1c47b21 Update luajit-dev to new version and create symlink (#313)
1c47b21 is described below
commit 1c47b21cc5bb79e25fa0d997150c4048fb74481b
Author: Kit Chan <[email protected]>
AuthorDate: Sun Nov 16 12:10:35 2025 -0800
Update luajit-dev to new version and create symlink (#313)
Updated luajit-dev version and added symlink for luajit.
---
Dockerfile | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/Dockerfile b/Dockerfile
index 8c79773..74b0c7b 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -30,7 +30,13 @@ RUN apk add --no-cache --virtual .ats-extra-build-deps
--repository https://dl-c
RUN apk add --no-cache
--repository=https://dl-cdn.alpinelinux.org/alpine/v3.16/main libexecinfo-dev
-RUN apk add --no-cache
--repository=https://dl-cdn.alpinelinux.org/alpine/v3.19/main
luajit-dev=2.1_p20230410-r3
+RUN apk add --no-cache
--repository=https://dl-cdn.alpinelinux.org/alpine/edge/main
luajit-dev=2.1_p20240815-r1
+
+RUN apk add --no-cache
--repository=https://dl-cdn.alpinelinux.org/alpine/edge/main
luajit=2.1_p20240815-r1
+
+# symlink for luajit
+RUN ln -sf /usr/lib/libluajit-5.1.so.2.1.0 /usr/lib/libluajit-5.1.so
+
RUN addgroup -Sg 1000 ats