# docker build pipelines/docker -t delan/xd:1.46.0_nightly-2020-10-25
# docker push !$
# be sure to choose a nightly with rustfmt + clippy
# https://rust-lang.github.io/rustup-components-history/x86_64-unknown-linux-gnu.html
# 1.46
FROM rust:1.46.0
RUN rustup component add rustfmt clippy
# nightly
RUN rustup toolchain install nightly-2020-10-25
RUN rustup component add rustfmt clippy --toolchain nightly-2020-10-25