FROM mverleg/rust_nightly_musl_base:nodeps_2022-07-01_32
# Copy the code (all except .dockerignore).
COPY ./ ./
# Load and print dependencies
RUN cargo tree --all-features
# Check dependencies
RUN cargo --offline audit --deny warnings
RUN cargo --offline deny check advisories
RUN cargo --offline deny check licenses
#RUN cargo --offline deny check bans
#RUN cargo udeps --all-targets --all-features