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 f58fcea commit 06b61dd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ RUN set -ex \
ENV SREGEX_INC=/opt/sregex/include
ENV SREGEX_LIB=/opt/sregex/lib

# patch all .so file use absolute path as rpath
RUN set -ex \
&& find /opt -name 'lib*.so*' | xargs -I{} patchelf --set-rpath '$ORIGIN' {}

RUN set -ex \
&& cd /usr/src/nginx \
&& echo ./auto/configure \
Expand Down

0 comments on commit 06b61dd

Please sign in to comment.