Also here no longer set sparse Cargo index for crates.io
Check and lint using Cargo / Check and lint (push) Failing after 26s Details

This commit is contained in:
Paul van Tilburg 2023-06-08 11:01:13 +02:00
parent 0b76db96f0
commit caad71389b
Signed by: paul
GPG Key ID: C6DE073EDA9EEC4D
1 changed files with 0 additions and 1 deletions

View File

@ -7,7 +7,6 @@
FROM docker.io/rust:1 as builder
# Build the dependencies first
ENV CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse
RUN USER=root cargo new --bin /usr/src/solar-grabber
WORKDIR /usr/src/solar-grabber
COPY ./Cargo.* ./