Skip to content

Commit

Permalink
Set cargo to sparse
Browse files Browse the repository at this point in the history
  • Loading branch information
reconman authored May 12, 2024
1 parent 1951b39 commit 40275c2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Docker/PlexAniSync/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
FROM python:3.12 AS builder

ENV CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse

RUN apt-get update && \
apt-get install -y \
build-essential \
rustc \
git \
&& apt-get clean && rm -rf /var/lib/apt/lists/*

RUN pip install --upgrade pip
Expand Down

0 comments on commit 40275c2

Please sign in to comment.