We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c650e5 commit 0bef6abCopy full SHA for 0bef6ab
build_env/Dockerfile
@@ -73,5 +73,5 @@ RUN apk add --no-cache pcre-dev pcre2-dev zlib-dev openssl-dev perl
73
74
# Install Rust toolchain
75
RUN apk add --no-cache curl
76
-RUN curl –proto ‘=https’ –tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -yq \
+RUN curl --proto '=https' –tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -yq \
77
&& ln -s ~/.cargo/bin/cargo /usr/bin/cargo
0 commit comments