1
0
Fork 0
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:
BlackDex 2023-09-22 21:44:20 +02:00
parent 99a59bc4f3
commit ccc51e7580
No known key found for this signature in database
GPG key ID: 58C80A2AA6C765E1
7 changed files with 7 additions and 0 deletions

View file

@ -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 \