2
0
Fork 0
mirror of https://git.asonix.dog/asonix/pict-rs synced 2024-11-02 02:30:03 +00:00
pict-rs/.forgejo/actions/build-amd64/Dockerfile

8 lines
153 B
Text
Raw Normal View History

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