-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BUG - Plugin doesn't start in MM 6.3.1 #56
Comments
Works here:
|
This might be a musl issue because the mattermost docker image is based on Alpine.
Which might be due to musl lib c. |
I found a solution by using https://git.adelielinux.org/adelie/gcompat
|
@Aguay-val could you help advise more detail on your solutions to make the collabora server in docker work with mattermost 😉 ? |
For now, i just install the gcompat package into the docker image. FROM mattermost/mattermost-team-edition
RUN apk add gcompat Then use the image you just built and then it should work. |
Summary
Collabora plugin doesn't start after installation.
Steps To Reproduce
Steps to reproduce the behavior:
Expected behavior
Collabora plugin start
Observed Behavior (that appears unintentional)
Collabora plugin not starting with error :
Screenshots
![image](https://user-images.githubusercontent.com/92157590/150810278-2a5ee4fe-f982-4a50-9047-ef432513b9c3.png)
Environment
The text was updated successfully, but these errors were encountered: