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 96a11b4 commit 337079aCopy full SHA for 337079a
Dockerfile
@@ -89,6 +89,8 @@ RUN wget https://nginx.org/download/nginx-"$NGINX_VER".tar.gz -O - | tar xzC /sr
89
90
FROM python:3.11.4-alpine3.18
91
COPY --from=build /usr/local/nginx /usr/local/nginx
92
+COPY --from=build /usr/local/lib/perl5 /usr/local/lib/perl5
93
+COPY --from=build /usr/lib/perl5/core_perl/perllocal.pod /usr/lib/perl5/core_perl/perllocal.pod
94
COPY --from=build /usr/local/modsecurity/lib/libmodsecurity.so.3 /usr/local/modsecurity/lib/libmodsecurity.so.3
95
RUN apk add --no-cache ca-certificates tzdata zlib luajit pcre libstdc++ yajl libxml2 libxslt perl libcurl lua5.1-libs && \
96
ln -s /usr/local/nginx/sbin/nginx /usr/local/bin/nginx
0 commit comments