eea.docker.rsync/Dockerfile

9 lines
222 B
Docker
Raw Normal View History

2016-04-07 17:15:35 +00:00
FROM alpine:3.3
MAINTAINER "EEA: IDM2 A-Team" <eea-edw-a-team-alerts@googlegroups.com>
RUN apk add --no-cache --virtual .run-deps rsync openssh
COPY docker-entrypoint.sh /
ENTRYPOINT ["/docker-entrypoint.sh"]
CMD ["sh"]