Skip to content

Commit

Permalink
fix: libz.so.1
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Bastide <[email protected]>
  • Loading branch information
prb112 committed Oct 3, 2024
1 parent 2ce6813 commit 309e12f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/nx-gzip/manifests/04-buildconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
FROM quay.io/centos/centos:stream9
USER root
RUN dnf install -y libnxz pigz
RUN mv /usr/lib/libz.so /usr/lib/libz.so.bak
RUN mv /usr/lib/libz.so.1 /usr/lib/libz.so.bak
RUN ln -s /usr/lib/libnxz.so.0.0.64 /usr/lib/libz.so
ENTRYPOINT ["LD_PRELOAD=/usr/lib64/libnxz.so.0", "NX_GZIP_TRACE=8", "nginx", "-g", "daemon", "off;"]
runPolicy: Serial

0 comments on commit 309e12f

Please sign in to comment.