Skip to content

Commit 6ab00e8

Browse files
authored
Fix lua deps and ensure lua plugin is built (#12487)
1 parent 4ab0382 commit 6ab00e8

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

contrib/docker/ubuntu/noble/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ FROM ubuntu:noble AS build
1818

1919
ARG LLVM_VERSION=18
2020
ARG BASE=/opt
21-
ARG ATS_VERSION=10.0.0
21+
ARG ATS_VERSION=10.1.0
2222

2323
RUN apt update \
2424
&& apt upgrade --yes \
@@ -48,7 +48,7 @@ RUN apt update \
4848
libpcre3-dev \
4949
hwloc \
5050
libbrotli-dev \
51-
luajit \
51+
libluajit-5.1-dev \
5252
libcap-dev \
5353
libmagick++-dev \
5454
libmaxminddb-dev \
@@ -201,6 +201,7 @@ RUN git clone --depth 1 -b ${ATS_VERSION} https://github.com/apache/trafficserve
201201
-DENABLE_QUICHE=ON \
202202
-DENABLE_CRIPTS=ON \
203203
-DENABLE_EXAMPLE=OFF \
204+
-DENABLE_LUAJIT=ON \
204205
-DOPENSSL_ROOT_DIR=${BASE}/boringssl \
205206
-Dquiche_ROOT=${QUICHE_BASE} \
206207
&& cmake --build build \

0 commit comments

Comments
 (0)