mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-23 04:09:38 +00: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
1 changed files with 1 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ RUN apk update && \
|
|||
tzdata \
|
||||
ffmpeg \
|
||||
make \
|
||||
gcompat \
|
||||
python3 \
|
||||
g++ \
|
||||
tini
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue