We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ab0382 commit 6ab00e8Copy full SHA for 6ab00e8
1 file changed
contrib/docker/ubuntu/noble/Dockerfile
@@ -18,7 +18,7 @@ FROM ubuntu:noble AS build
18
19
ARG LLVM_VERSION=18
20
ARG BASE=/opt
21
-ARG ATS_VERSION=10.0.0
+ARG ATS_VERSION=10.1.0
22
23
RUN apt update \
24
&& apt upgrade --yes \
@@ -48,7 +48,7 @@ RUN apt update \
48
libpcre3-dev \
49
hwloc \
50
libbrotli-dev \
51
- luajit \
+ libluajit-5.1-dev \
52
libcap-dev \
53
libmagick++-dev \
54
libmaxminddb-dev \
@@ -201,6 +201,7 @@ RUN git clone --depth 1 -b ${ATS_VERSION} https://github.com/apache/trafficserve
201
-DENABLE_QUICHE=ON \
202
-DENABLE_CRIPTS=ON \
203
-DENABLE_EXAMPLE=OFF \
204
+ -DENABLE_LUAJIT=ON \
205
-DOPENSSL_ROOT_DIR=${BASE}/boringssl \
206
-Dquiche_ROOT=${QUICHE_BASE} \
207
&& cmake --build build \
0 commit comments