Files
beau-gosse-du-92/docker/Dockerfile.ci-lint-audit
Adrien 9e7ba84576
All checks were successful
ci/woodpecker/pr/validate Pipeline was successful
ci/woodpecker/manual/dependencies Pipeline was successful
ci/woodpecker/manual/lint-audit-image Pipeline was successful
👷 Add Dockerfile for the ci-lint-audit image
2025-04-28 07:25:17 +02:00

11 lines
348 B
Docker

FROM rust:1.86
RUN apt update \
&& apt install -y --no-install-recommends git libgtk-3-dev libjavascriptcoregtk-4.1-dev libwebkit2gtk-4.1-dev libclang-dev hunspell \
&& apt clean
RUN rustup component add rustfmt clippy \
&& rustup default nightly
RUN cargo install --locked cargo-sort-derives cargo-spellcheck cargo-udeps cargo-deny