Skip to content

Commit 6b19451

Browse files
committed
Update NGINX new-tag
1 parent 8d5558d commit 6b19451

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,11 @@ ARG LUA_VERSION=lua-1.0.1
3434

3535

3636
RUN apt-get update \
37-
&& apt-get install --no-install-recommends --no-install-suggests -y \
37+
&& apt-get install --no-install-recommends --no-install-suggests -y \
3838
libcap2-bin \
3939
libc-ares2 \
40-
ibluajit-5.1-2 \
40+
libluajit-5.1-2 \
41+
libpcre3 \
4142
&& rm -rf /var/lib/apt/lists/*
4243

4344
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

Comments
 (0)