mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-05-17 17:13:56 +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
|
@ -48,6 +48,7 @@ RUN dpkg --add-architecture armhf \
|
|||
--no-install-recommends \
|
||||
gcc-arm-linux-gnueabihf \
|
||||
libc6-dev:armhf \
|
||||
linux-libc-dev:armhf \
|
||||
libmariadb-dev:armhf \
|
||||
libmariadb-dev-compat:armhf \
|
||||
libmariadb3:armhf \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue