Skip to content

Commit

Permalink
Install testing variant of rustc
Browse files Browse the repository at this point in the history
  • Loading branch information
reconman authored Jun 3, 2024
1 parent d7ea125 commit 460ca96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Docker/PlexAniSync/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ENV CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse
RUN apt-get update && \
apt-get install -y \
build-essential \
rustc \
rustc/testing \
git \
&& apt-get clean && rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 460ca96

Please sign in to comment.