Skip to content

Commit

Permalink
Install rust compiler via apt
Browse files Browse the repository at this point in the history
  • Loading branch information
reconman committed Jan 14, 2024
1 parent 9207f44 commit cbbd348
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Docker/PlexAniSync/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM python:3.11 AS builder

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

RUN pip install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion Docker/Tautulli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM python:3.9 AS builder

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

RUN pip install --upgrade pip
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@ pyrsistent==0.20.0
regex==2023.8.8
requests==2.31.0
ruyaml==0.91.0
setuptools_rust==1.8.1
sgqlc==16.3
urllib3==2.0.7

0 comments on commit cbbd348

Please sign in to comment.