mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-09-10 10:45:57 +03:00
Revert rustup minimal profile, rustup can't be updated
This commit is contained in:
@@ -63,8 +63,6 @@ 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,8 +62,6 @@ 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
|
||||
|
||||
|
Reference in New Issue
Block a user