Skip to content

Commit

Permalink
Fix build error libz.so.1.3 -> libz.so.1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dzhuang authored Jan 26, 2024
1 parent 5646cf0 commit 58b7c98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ RUN \
RUN wget "https://www.archlinux.org/packages/core/x86_64/zlib/download" -O /tmp/libz.tar.xz \
&& mkdir -p /tmp/libz \
&& tar -xf /tmp/libz.tar.xz -C /tmp/libz \
&& cp /tmp/libz/usr/lib/libz.so.1.3 /usr/glibc-compat/lib \
&& cp /tmp/libz/usr/lib/libz.so.1.3.1 /usr/glibc-compat/lib \
&& /usr/glibc-compat/sbin/ldconfig \
&& rm -rf /tmp/libz /tmp/libz.tar.xz

Expand Down

0 comments on commit 58b7c98

Please sign in to comment.