1 2 3 4
FROM rust:alpine RUN apk add --no-cache musl-dev RUN rustup target add x86_64-unknown-linux-musl WORKDIR /src