Skip to content

Commit 2d2b954

Browse files
committed
Update NGINX new-tag
1 parent f350a07 commit 2d2b954

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build/Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ RUN apt-get update \
4242
libpcre2-8-0 \
4343
&& rm -rf /var/lib/apt/lists/*
4444

45+
ADD https://github.com/airslate-ops/nginx-ingress-controller/releases/download/${LUA_VERSION}/libluajit-5.1.so.2 /usr/local/lib/
46+
RUN ln -sf /usr/local/lib/libluajit-5.1.so.2 /usr/local/lib/libluajit-5.1.so || true \
47+
&& printf "/usr/local/lib\n" > /etc/ld.so.conf.d/zz-nginx-luajit.conf \
48+
&& ldconfig
49+
4550
ADD https://github.com/airslate-ops/nginx-ingress-controller/releases/download/${VTS_VERSION}/ngx_http_vhost_traffic_status_module.so ${MODULES_DIR}/
4651
ADD https://github.com/airslate-ops/nginx-ingress-controller/releases/download/${OTEL_VERSION}/ngx_otel_module.so ${MODULES_DIR}/
4752
ADD https://github.com/airslate-ops/nginx-ingress-controller/releases/download/${BROTLI_VERSION}/ngx_http_brotli_filter_module.so ${MODULES_DIR}/

0 commit comments

Comments
 (0)