ssh/Dockerfile

6 lines
135 B
Text
Raw Normal View History

2022-12-09 10:13:56 +08:00
FROM appleboy/drone-ssh:1.6.5-linux-amd64
2019-05-15 00:31:53 +08:00
2021-02-13 10:55:57 +08:00
COPY entrypoint.sh /entrypoint.sh
2019-05-15 00:31:53 +08:00
RUN chmod +x /entrypoint.sh
2019-09-29 10:50:09 +08:00
ENTRYPOINT ["/entrypoint.sh"]