eea.docker.rsync/Dockerfile

9 lines
234 B
Docker
Raw Normal View History

2019-03-13 16:51:20 +00:00
FROM alpine:3.5
2016-04-07 17:15:35 +00:00
MAINTAINER "EEA: IDM2 A-Team" <eea-edw-a-team-alerts@googlegroups.com>
2017-10-24 11:11:32 +00:00
RUN apk add --no-cache --virtual .run-deps rsync openssh tzdata curl
COPY docker-entrypoint.sh /
ENTRYPOINT ["/docker-entrypoint.sh"]
CMD ["sh"]