Skip to content

Commit 0bef6ab

Browse files
committed
Replace dash/smart quotes in build_env/Dockerfile
1 parent 6c650e5 commit 0bef6ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_env/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,5 @@ RUN apk add --no-cache pcre-dev pcre2-dev zlib-dev openssl-dev perl
7373

7474
# Install Rust toolchain
7575
RUN apk add --no-cache curl
76-
RUN curl proto =https –tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -yq \
76+
RUN curl --proto '=https' –tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -yq \
7777
&& ln -s ~/.cargo/bin/cargo /usr/bin/cargo

0 commit comments

Comments
 (0)