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 65b7be1 commit c32f332Copy full SHA for c32f332
Dockerfile
@@ -99,7 +99,7 @@ RUN hg clone https://hg.nginx.org/nginx-quic -r "quic" /src/nginx && \
99
FROM python:3.11.3-alpine3.18
100
COPY --from=build /usr/local/nginx /usr/local/nginx
101
COPY --from=build /usr/local/modsecurity/lib/libmodsecurity.so.3 /usr/local/modsecurity/lib/libmodsecurity.so.3
102
-RUN apk add --no-cache ca-certificates tzdata zlib luajit pcre && \
+RUN apk add --no-cache ca-certificates tzdata zlib luajit pcre libstdc++ && \
103
ln -s /usr/local/nginx/sbin/nginx /usr/local/bin/nginx
104
ENTRYPOINT ["nginx"]
105
CMD ["-g", "daemon off;"]
0 commit comments