mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-11-01 18:19:56 +00:00
7 lines
182 B
Docker
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"]
|