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

4 lines
110 B
Docker
Raw Normal View History

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