Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zengxs committed Nov 22, 2024
1 parent fdb26b1 commit c77978a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ RUN set -ex \
libpcre3-dev \
zlib1g-dev \
libmodsecurity-dev \
libgrpc++-dev
libgrpc-dev \
libgrpc++-dev \
libprotobuf-dev

# install build dependencies for additional dynamic modules
RUN set -ex \
Expand All @@ -46,6 +48,7 @@ RUN set -ex \

ENV SREGEX_INC=/opt/sregex/include
ENV SREGEX_LIB=/opt/sregex/lib
ENV NGX_OTEL_CMAKE_OPTS="-D NGX_OTEL_GRPC=package"

# patch all .so file soname use absolute path
RUN set -ex \
Expand Down Expand Up @@ -135,7 +138,9 @@ RUN set -ex \
libxslt1.1 \
libmaxminddb0 \
libzstd1 \
libgrpc29 \
libgrpc++1.51 \
libprotobuf32 \
libmodsecurity3 \
modsecurity-crs \
&& rm -rf /var/lib/apt/lists/*

0 comments on commit c77978a

Please sign in to comment.