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