Skip to content

Commit 40928ff

Browse files
committed
fix: Install rust for all otp version builder
1 parent 2b5a34a commit 40928ff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ RUN if [ -f /opt/rh/devtoolset-10/enable ]; then source /opt/rh/devtoolset-10/en
2222
/get-otp.sh ${OTP_VERSION} && \
2323
/get-elixir.sh ${ELIXIR_VERSION} && \
2424
if [ "${OTP_VERSION#26.}" != "$OTP_VERSION" ]; then /get-fdb.sh ${FDB_VERSION}; fi && \
25-
if echo "${OTP_VERSION}" | grep -q "^27\."; then /get-rust.sh ${RUST_VERSION}; fi && \
2625
/get-emqtt-bench.sh && \
2726
/get-lux.sh ${LUX_VERSION} && \
2827
rm /get-otp.sh /get-zsh.sh /get-elixir.sh /get-fdb.sh /get-emqtt-bench.sh /get-lux.sh

0 commit comments

Comments
 (0)