Skip to content

Commit

Permalink
Don't install rust compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
reconman authored May 11, 2024
1 parent 36a303f commit 455df66
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Docker/PlexAniSync/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ RUN apt-get update && \
build-essential \
&& apt-get clean && rm -rf /var/lib/apt/lists/*

# Install rust compiler for certifi
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y
ENV PATH /root/.cargo/bin:$PATH

RUN pip install --upgrade pip
COPY Docker/PlexAniSync/pip.conf /etc/pip.conf
COPY requirements.txt .
Expand Down

0 comments on commit 455df66

Please sign in to comment.