mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-04 23:17:20 +08:00
Merge pull request #97 from DDS-Derek/main
This commit is contained in:
@@ -46,6 +46,7 @@ RUN apt-get update \
|
|||||||
wget \
|
wget \
|
||||||
curl \
|
curl \
|
||||||
busybox \
|
busybox \
|
||||||
|
dumb-init \
|
||||||
&& \
|
&& \
|
||||||
if [ "$(uname -m)" = "x86_64" ]; \
|
if [ "$(uname -m)" = "x86_64" ]; \
|
||||||
then ln -s /usr/lib/x86_64-linux-musl/libc.so /lib/libc.musl-x86_64.so.1; \
|
then ln -s /usr/lib/x86_64-linux-musl/libc.so /lib/libc.musl-x86_64.so.1; \
|
||||||
|
|||||||
Reference in New Issue
Block a user