We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b350da commit d6994dcCopy full SHA for d6994dc
dockerfiles/Dockerfile.apisix-runtime.rpm
@@ -18,8 +18,7 @@ ENV runtime_version=${RUNTIME_VERSION}
18
19
COPY ${CODE_PATH} ./
20
21
-RUN yum install -y curl \
22
- && curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y \
+RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y \
23
&& source "$HOME/.cargo/env" \
24
&& rustup install 1.69 \
25
&& rustup default 1.69 \
0 commit comments