mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-07-14 00:04:59 +00:00
Fix arm builds
Because of some changes in the packages of Debian we need to add an extra package to request it also to install
This commit is contained in:
parent
99a59bc4f3
commit
ccc51e7580
7 changed files with 7 additions and 0 deletions
|
@ -114,6 +114,7 @@ RUN {{ mount_rust_cache -}} dpkg --add-architecture {{ package_arch_name }} \
|
|||
--no-install-recommends \
|
||||
gcc-{{ package_cross_compiler }} \
|
||||
libc6-dev{{ package_arch_prefix }} \
|
||||
linux-libc-dev{{ package_arch_prefix }} \
|
||||
libmariadb-dev{{ package_arch_prefix }} \
|
||||
libmariadb-dev-compat{{ package_arch_prefix }} \
|
||||
libmariadb3{{ package_arch_prefix }} \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue