github-action-push-to-anoth.../Dockerfile

8 lines
136 B
Docker
Raw Normal View History

2021-08-21 06:28:35 -06:00
FROM alpine:latest
2020-03-29 08:44:47 -06:00
2023-02-25 14:58:06 -07:00
RUN apk add --no-cache git git-lfs openssh-client
2020-03-29 09:07:19 -06:00
2020-03-29 08:44:47 -06:00
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]