1 2 3 4 5 6
FROM rust:stretch RUN rustup install stable && rustup default stable RUN rustup component add rustfmt ENTRYPOINT ["/bin/bash"]