1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-05-15 16:13:55 +00:00

Revert rustup minimal profile, rustup can't be updated

This commit is contained in:
Daniel García 2019-10-26 00:55:58 +02:00
parent fccc0a4b05
commit 97d41c2686
No known key found for this signature in database
GPG key ID: FC8A7D14C3CD543A
12 changed files with 0 additions and 24 deletions

View file

@ -62,8 +62,6 @@ ENV OPENSSL_LIB_DIR="/usr/lib/aarch64-linux-gnu"
COPY . .
# Build
RUN rustup self update
RUN rustup set profile minimal
RUN rustup target add aarch64-unknown-linux-gnu
RUN cargo build --features ${DB} --release --target=aarch64-unknown-linux-gnu -v