clash-verge-rev/.github/build-for-linux/Dockerfile

5 lines
112 B
Docker
Raw Permalink Normal View History

2024-09-04 08:54:15 +08:00
FROM rust:bookworm
2023-12-07 15:34:49 +08:00
COPY entrypoint.sh /entrypoint.sh
RUN chmod a+x /entrypoint.sh
2024-09-04 08:54:15 +08:00
ENTRYPOINT ["/entrypoint.sh"]