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:
Paul 2024-08-05 13:34:56 +02:00
parent 8ff7b6b6e6
commit 20eb573897
No known key found for this signature in database
GPG Key ID: 6A5AE3C3DF890E0F

View File

@ -16,6 +16,7 @@ RUN apk update && \
tzdata \
ffmpeg \
make \
gcompat \
python3 \
g++ \
tini