We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ecc7c8 commit 3edbfd4Copy full SHA for 3edbfd4
deployment/Dockerfile
@@ -47,7 +47,7 @@ RUN apt-get update -y \
47
&& apt-get clean -y \
48
&& rm -rf /var/lib/apt/lists/*
49
50
-RUN cargo install binstall
+RUN curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash
51
52
WORKDIR /root/
53
0 commit comments