hoellen / docker-nextcloud

All-in-one Nextcloud Docker image. Alpine-based, rootless and simple.
31 stars 5 forks source link

Implement glibc #9

Closed GUNT0815 closed 2 years ago

GUNT0815 commented 2 years ago

The new app Recognize (https://apps.nextcloud.com/apps/recognize) needs glibc. So it would be beneficial if the image would include it.

waja commented 2 years ago

which means migrating away from alpine. I would opt for keeping alpine.

hoellen commented 2 years ago

Yea, I don't want to include glibc because our images are Alpine based and therefore use musl as C libraryl. But look the comment below for a solution.

hoellen commented 2 years ago

@GUNT0815 this should probably help you: https://github.com/Wonderfall/docker-nextcloud/issues/87