pict-rs/.forgejo/actions/build-amd64/Dockerfile
2024-02-07 13:57:32 -06:00

7 lines
182 B
Docker

FROM docker.io/asonix/rust-builder:latest-linux-amd64
RUN rustup component add clippy
COPY .forgejo/actions/build-amd64/entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]