We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d5558d commit 6b19451Copy full SHA for 6b19451
build/Dockerfile
@@ -34,10 +34,11 @@ ARG LUA_VERSION=lua-1.0.1
34
35
36
RUN apt-get update \
37
- && apt-get install --no-install-recommends --no-install-suggests -y \
+ && apt-get install --no-install-recommends --no-install-suggests -y \
38
libcap2-bin \
39
libc-ares2 \
40
- ibluajit-5.1-2 \
+ libluajit-5.1-2 \
41
+ libpcre3 \
42
&& rm -rf /var/lib/apt/lists/*
43
44
ADD https://github.com/airslate-ops/nginx-ingress-controller/releases/download/${VTS_VERSION}/ngx_http_vhost_traffic_status_module.so /etc/nginx/modules/
0 commit comments