Skip to content

Commit 82928c6

Browse files
committed
chore(deps): update build dependencies and module branch
- Remove unnecessary 'libmsgpack-dev' from apt-get install in Dockerfile, as msgpack is now built from source. - Update ngx-http-limit-req-rw-module to use 'read-write-fix' branch instead of 'v0.3.0' in flavors.json for improved compatibility.
1 parent 0469039 commit 82928c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN set -x \
88
&& apt-get install -y --no-install-suggests \
99
libluajit-5.1-dev libpam0g-dev zlib1g-dev libpcre3-dev libpcre2-dev \
1010
libexpat1-dev git curl build-essential lsb-release libxml2 libxslt1.1 libxslt1-dev autoconf libtool libssl-dev \
11-
unzip libmaxminddb-dev libbrotli-dev cmake pkg-config libjansson-dev libmsgpack-dev
11+
unzip libmaxminddb-dev libbrotli-dev cmake pkg-config libjansson-dev
1212

1313
RUN git clone --depth 1 --branch cpp-3.1.0 https://github.com/msgpack/msgpack-c.git /home/msgpack
1414
RUN cd /home/msgpack \

flavors.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"https://github.com/openresty/echo-nginx-module.git",
1010
"https://github.com/openresty/headers-more-nginx-module.git",
1111
"https://github.com/tsuru/ngx-location-name-module.git:main",
12-
"https://github.com/tsuru/ngx-http-limit-req-rw-module.git:v0.3.0",
12+
"https://github.com/tsuru/ngx-http-limit-req-rw-module.git:read-write-fix",
1313
"https://github.com/FRiCKLE/ngx_cache_purge.git:pr-45",
1414
"https://github.com/wandenberg/nginx-push-stream-module.git",
1515
"https://github.com/vozlt/nginx-module-vts.git:v0.2.4",

0 commit comments

Comments
 (0)