mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2024-12-20 19:06:06 +01:00
Fix unicode.so loading
`unicode.so` is dynamically linked against glibc but Alpine only comes with musl. Installing the compatibility layer fixes it. Fix https://github.com/advplyr/audiobookshelf/issues/3231 Fix https://github.com/advplyr/audiobookshelf/issues/3234 Close https://github.com/advplyr/audiobookshelf/pull/3235
This commit is contained in:
parent
8ff7b6b6e6
commit
20eb573897
@ -16,6 +16,7 @@ RUN apk update && \
|
||||
tzdata \
|
||||
ffmpeg \
|
||||
make \
|
||||
gcompat \
|
||||
python3 \
|
||||
g++ \
|
||||
tini
|
||||
|
Loading…
Reference in New Issue
Block a user