mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-08-17 16:25:25 +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 arm64 \
|
|||
--no-install-recommends \
|
||||
gcc-aarch64-linux-gnu \
|
||||
libc6-dev:arm64 \
|
||||
linux-libc-dev:arm64 \
|
||||
libmariadb-dev:arm64 \
|
||||
libmariadb-dev-compat:arm64 \
|
||||
libmariadb3:arm64 \
|
||||
|
|
|
@ -48,6 +48,7 @@ RUN --mount=type=cache,target=/root/.cargo/git --mount=type=cache,target=/root/.
|
|||
--no-install-recommends \
|
||||
gcc-aarch64-linux-gnu \
|
||||
libc6-dev:arm64 \
|
||||
linux-libc-dev:arm64 \
|
||||
libmariadb-dev:arm64 \
|
||||
libmariadb-dev-compat:arm64 \
|
||||
libmariadb3:arm64 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue