File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ COPY --from=build /usr/local/nginx /usr/local/ngin
95
95
COPY --from=build /usr/local/lib/perl5 /usr/local/lib/perl5
96
96
COPY --from=build /usr/lib/perl5/core_perl/perllocal.pod /usr/lib/perl5/core_perl/perllocal.pod
97
97
COPY --from=build /usr/local/modsecurity/lib/libmodsecurity.so.3 /usr/local/modsecurity/lib/libmodsecurity.so.3
98
- RUN apk add --no-cache ca-certificates tzdata tini zlib luajit pcre libstdc++ yajl libxml2 libxslt perl libcurl lua5.1-libs geoip libmaxminddb-libs && \
98
+ RUN apk add --no-cache ca-certificates tzdata tini zlib luajit pcre2 libstdc++ yajl libxml2 libxslt perl libcurl lmdb lua5.1-libs geoip libmaxminddb-libs && \
99
99
ln -s /usr/local/nginx/sbin/nginx /usr/local/bin/nginx
100
100
ENTRYPOINT ["tini" , "--" , "nginx" ]
101
101
CMD ["-g" , "daemon off;" ]
You can’t perform that action at this time.
0 commit comments