We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b5a34a commit 40928ffCopy full SHA for 40928ff
Dockerfile
@@ -22,7 +22,6 @@ RUN if [ -f /opt/rh/devtoolset-10/enable ]; then source /opt/rh/devtoolset-10/en
22
/get-otp.sh ${OTP_VERSION} && \
23
/get-elixir.sh ${ELIXIR_VERSION} && \
24
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 && \
26
/get-emqtt-bench.sh && \
27
/get-lux.sh ${LUX_VERSION} && \
28
rm /get-otp.sh /get-zsh.sh /get-elixir.sh /get-fdb.sh /get-emqtt-bench.sh /get-lux.sh
0 commit comments