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

@@ -41,8 +41,6 @@ WORKDIR /app
# To avoid copying unneeded files, use .dockerignore
COPY . .
RUN rustup self update
RUN rustup set profile minimal
RUN rustup target add x86_64-unknown-linux-musl
# Make sure that we actually build the project