2024-02-07 19:52:21 +00:00
|
|
|
FROM docker.io/asonix/rust-builder:latest-linux-amd64
|
|
|
|
|
|
|
|
RUN rustup component add clippy
|
|
|
|
|
2024-02-07 19:57:32 +00:00
|
|
|
COPY .forgejo/actions/build-amd64/entrypoint.sh /entrypoint.sh
|
2024-02-07 19:52:21 +00:00
|
|
|
|
|
|
|
ENTRYPOINT ["/entrypoint.sh"]
|