mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-11-02 02:30:03 +00:00
7 lines
153 B
Docker
7 lines
153 B
Docker
FROM docker.io/asonix/rust-builder:latest-linux-amd64
|
|
|
|
RUN rustup component add clippy
|
|
|
|
COPY entrypoint.sh /entrypoint.sh
|
|
|
|
ENTRYPOINT ["/entrypoint.sh"]
|