Skip to content

Commit 3edbfd4

Browse files
authored
Update deployment/Dockerfile
1 parent 6ecc7c8 commit 3edbfd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ RUN apt-get update -y \
4747
&& apt-get clean -y \
4848
&& rm -rf /var/lib/apt/lists/*
4949

50-
RUN cargo install binstall
50+
RUN curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash
5151

5252
WORKDIR /root/
5353

0 commit comments

Comments
 (0)