mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-09-10 18:55:57 +03:00
Update rocket to latest master
Downgrade rust version to fix cargo issue Set rustup profile to minimal
This commit is contained in:
@@ -62,6 +62,8 @@ ENV OPENSSL_LIB_DIR="/usr/lib/arm-linux-gnueabi"
|
||||
COPY . .
|
||||
|
||||
# Build
|
||||
RUN rustup self update
|
||||
RUN rustup set profile minimal
|
||||
RUN rustup target add arm-unknown-linux-gnueabi
|
||||
RUN cargo build --features ${DB} --release --target=arm-unknown-linux-gnueabi -v
|
||||
|
||||
|
@@ -62,6 +62,8 @@ ENV OPENSSL_LIB_DIR="/usr/lib/arm-linux-gnueabi"
|
||||
COPY . .
|
||||
|
||||
# Build
|
||||
RUN rustup self update
|
||||
RUN rustup set profile minimal
|
||||
RUN rustup target add arm-unknown-linux-gnueabi
|
||||
RUN cargo build --features ${DB} --release --target=arm-unknown-linux-gnueabi -v
|
||||
|
||||
|
Reference in New Issue
Block a user