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
12 changed files with 0 additions and 24 deletions

View File

@@ -62,8 +62,6 @@ 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