mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-07-21 19:48:24 +00:00
Don't install mysql libraries for sqlite builds
This commit is contained in:
parent
e449912f05
commit
efc65b93f8
5 changed files with 3 additions and 18 deletions
|
@ -49,8 +49,7 @@ RUN sed 's/^deb/deb-src/' /etc/apt/sources.list > \
|
|||
&& apt-get install -y \
|
||||
--no-install-recommends \
|
||||
libssl-dev:armhf \
|
||||
libc6-dev:armhf \
|
||||
libmariadb-dev:armhf
|
||||
libc6-dev:armhf
|
||||
|
||||
ENV CC_armv7_unknown_linux_gnueabihf="/usr/bin/arm-linux-gnueabihf-gcc"
|
||||
ENV CROSS_COMPILE="1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue