Skip to content

Commit c32f332

Browse files
authored
fix build
Signed-off-by: Zoey <[email protected]>
1 parent 65b7be1 commit c32f332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ RUN hg clone https://hg.nginx.org/nginx-quic -r "quic" /src/nginx && \
9999
FROM python:3.11.3-alpine3.18
100100
COPY --from=build /usr/local/nginx /usr/local/nginx
101101
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 && \
102+
RUN apk add --no-cache ca-certificates tzdata zlib luajit pcre libstdc++ && \
103103
ln -s /usr/local/nginx/sbin/nginx /usr/local/bin/nginx
104104
ENTRYPOINT ["nginx"]
105105
CMD ["-g", "daemon off;"]

0 commit comments

Comments
 (0)