lubitest/actions/sleep-four/Dockerfile
lubiana cac5a65a14
Some checks failed
/ debug (push) Failing after 28s
test
2024-12-14 20:00:27 +01:00

11 lines
173 B
Docker

FROM alpine:latest
RUN apk add --no-cache \
openssh \
rsync \
git
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]