Merge pull request #144 from DDS-Derek/main

This commit is contained in:
jxxghp 2023-08-16 19:40:54 +08:00 committed by GitHub
commit 901442b5ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,6 +46,7 @@ RUN apt-get update \
curl \
busybox \
dumb-init \
jq \
&& \
if [ "$(uname -m)" = "x86_64" ]; \
then ln -s /usr/lib/x86_64-linux-musl/libc.so /lib/libc.musl-x86_64.so.1; \