Skip to content

Commit d6994dc

Browse files
committed
f
1 parent 3b350da commit d6994dc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dockerfiles/Dockerfile.apisix-runtime.rpm

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ ENV runtime_version=${RUNTIME_VERSION}
1818

1919
COPY ${CODE_PATH} ./
2020

21-
RUN yum install -y curl \
22-
&& curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y \
21+
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y \
2322
&& source "$HOME/.cargo/env" \
2423
&& rustup install 1.69 \
2524
&& rustup default 1.69 \

0 commit comments

Comments
 (0)