mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-05-18 17:43:57 +00:00
Update rocket to latest master
Downgrade rust version to fix cargo issue Set rustup profile to minimal
This commit is contained in:
parent
57b1d3f850
commit
fccc0a4b05
17 changed files with 74 additions and 43 deletions
|
@ -63,6 +63,8 @@ ENV OPENSSL_LIB_DIR="/usr/lib/arm-linux-gnueabihf"
|
|||
COPY . .
|
||||
|
||||
# Build
|
||||
RUN rustup self update
|
||||
RUN rustup set profile minimal
|
||||
RUN rustup target add armv7-unknown-linux-gnueabihf
|
||||
RUN cargo build --features ${DB} --release --target=armv7-unknown-linux-gnueabihf -v
|
||||
|
||||
|
|
|
@ -62,6 +62,8 @@ ENV OPENSSL_LIB_DIR="/usr/lib/arm-linux-gnueabihf"
|
|||
COPY . .
|
||||
|
||||
# Build
|
||||
RUN rustup self update
|
||||
RUN rustup set profile minimal
|
||||
RUN rustup target add armv7-unknown-linux-gnueabihf
|
||||
RUN cargo build --features ${DB} --release --target=armv7-unknown-linux-gnueabihf -v
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue