mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-09 09:13:02 +03:00
[PR #839] [CLOSED] Added correct mysql libraries into runtime container. #3622
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dani-garcia/vaultwarden/pull/839
Author: @Bladedu
Created: 1/31/2020
Status: ❌ Closed
Base:
master← Head:mysql_dockerfile_fix📝 Commits (1)
cd7d4d5Added correct mysql libraries into runtime container.📊 Changes
1 file changed (+6 additions, -1 deletions)
View changed files
📝
docker/amd64/mysql/Dockerfile(+6 -1)📄 Description
I was able to build and run bitwarden_rs with mysql support, by fixing those entries into the dedicated Dockerfile.
Without those changes, build is ok, but runtime isn't able to connect to mysql db due to missing libraries.
Thank you for the great work!
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.