ssh-action/Dockerfile
Mohamed Sahbi Fathallah eb2c793b41 USE ARM 64
2022-10-18 10:04:25 +01:00

5 lines
135 B
Docker

FROM appleboy/drone-ssh:1.6.4-linux-arm64
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]